meteor-edit-in-place:Meteor 的简单就地编辑包

时间:2024-06-25 09:50:46
【文件属性】:

文件名称:meteor-edit-in-place:Meteor 的简单就地编辑包

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-25 09:50:46

JavaScript

就地编辑 ###Small 和灵活的就地编辑流星组件。 meteor add robincwillis:edit-in-place ##它做什么 就地编辑是一个 Meteor 包,它提供了 UI 元素来轻松地在线编辑值。 它既可以被动使用,也可以不使用。 它不会自动插入、更新或删除文档,而是触发事件并发送所做的更改,然后您可以监听这些更改并根据更改执行您想要的操作,即调用 Meteor 方法、运行一些验证等。 入门 最简单的入门方法是克隆这个存储库并运行示例代码 $ git clone git@github.com:robincwillis/meteor-edit-in-place.git $ cd meteor/edit-in-place/example $ meteor 这个怎么运作 部分 要使用就地编辑,只需包含包中包含的部分之一。 以下输入类型可用。 一个基本的文本输入 {


【文件预览】:
meteor-edit-in-place-master
----.gitignore(51B)
----package.js(1KB)
----LICENSE(1KB)
----README.md(4KB)
----example()
--------example.html(831B)
--------example.css(56B)
--------.meteor()
--------example.js(3KB)
----lib()
--------client()
----.versions(561B)

网友评论