文件名称:meteor-autoform-tags:自动形成用于添加标签的自定义输入
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-23 19:52:24
CoffeeScript
自动套用标签 使用标记autoForm和bootstrap的输入。 ###设置### 安装meteor add yogiben:autoform-tags 定义您的架构并设置autoform属性,如以下示例所示 Schemas = {} @Entries = new Meteor.Collection('entries'); Schemas.Entries = new SimpleSchema title: type:String max: 60 tags: type: [String] # or String autoform: type: 'tags' afFieldInput: # bootstrap-tagsinput options Entries.attachSchema(Schemas.Entries) 使用{{> quic
【文件预览】:
meteor-autoform-tags-master
----.gitignore(8B)
----package.js(542B)
----README.md(1KB)
----versions.json(1KB)
----lib()
--------client()