腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(600)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
如何在流星
AutoForm
中获取
AutoForm
由流星自动形成,{{> afFieldLabel name="myLabelName"}}{{> afFieldInput name="myLabelName"}}{{> afFieldValue name="myLabelName" }}
浏览 5
提问于2014-10-16
得票数 2
回答已采纳
1
回答
Autoform
+ Collection 2
客户端/html {{#
autoForm
collection="booklist" id="insertBooklist" type=' autofocus='' placeholder="schemaLabel" class="input-text"}} {{#if afFieldIsInvalid name='title'
浏览 0
修改于2014-08-18
得票数 1
1
回答
如何修复Meteor
AutoForm
日期选择器中的“
AutoForm
”错误?
我正在尝试使用这个
AutoForm
包,但是当我尝试他们自己的代码时,这个错误出现了。at null.<anonymous> (aldeed_
autoform
-bs-datetimepicker.js:141)at Function.Template.(tracker.js:562)我拥有的是一个只显示快速表单的模板: <template name=&qu
浏览 2
修改于2015-12-31
得票数 2
回答已采纳
1
回答
Firefox无法在chrome://
autoform
/皮肤/
autoform
.css上找到该文件
content
autoform
jar:chrome/
autoform
.jar!/chrome/content/overlay chrome://browser/content/browser.xul chrome://<e
浏览 2
修改于2014-03-28
得票数 0
1
回答
AutoForm
域
我使用包al契据:
autoform
创建了一个表单CompanyData = new Mongo.Collection('companyData'); allFields: { allowedValues: ['title', 'logo', 'url'],
autoform
浏览 4
提问于2015-05-19
得票数 0
回答已采纳
1
回答
冲突:约束契约:
autoform
@4.2.0不满足于契约:
autoform
5.3.2
我使用的是aldeed-
autoform
,cfs-
autoform
和气象包。添加包时错误: 错误:冲突:约束契约:
autoform
@4.2.0不被
autoform
:
autoform
“契约:自动形式”包装的限制: 契据:
autoform
@4.2.0 <-气象:
浏览 0
修改于2015-08-17
得票数 0
1
回答
Meteor
AutoForm
: id为"asdf“的表单需要"schema”或“
AutoForm
”属性
我有一个想要使用模式呈现的
autoform
。type: String, } return schema;html: {{#
autoForm
,并在
autoform
中指定schema = "schema",我会得到一条消息,指出该模式未在窗口范围中定义。此外,如果我在控制台中创建schema变量,则表单呈现得很好。
浏览 0
修改于2015-11-06
得票数 0
2
回答
使用aldeed:
autoform
with iron:router
我为我的meteor项目添加了aldeed:
autoform
,包含了以下包。aldeed:
autoform
在包含之后,应用程序的路由将崩溃。在我从项目中删除上面的aldeed:
autoform
包之后,路由就像预期的那样工作了。我想知道这两个包是否不兼容,或者如何让项目使用这两个包?
浏览 16
提问于2017-03-29
得票数 0
1
回答
Meteor
autoform
访问嵌套属性
);Schemas.secondary = new SimpleSchema({ type: String, } {{#
autoForm
name='units'}} // this works {{> afQu
浏览 0
提问于2014-11-05
得票数 3
1
回答
流星
AutoForm
停止提交
我想为我的CAS_Entry集合创建一个表单,使用Meteor的
autoform
包。代码如下所示。addCasEntry.html,用于显示表单的模板: {{> afQuickField name="date" }} <button type="submit" class="btn bt
浏览 1
修改于2016-03-10
得票数 0
回答已采纳
1
回答
Meteor
AutoForm
Field Div
当
autoform
使用afQuickField呈现一个字段时,它将其包装在两个div中,分别具有一个“input- field”和“form-group”类。有没有办法改变这种包装行为?
浏览 0
提问于2015-05-10
得票数 0
1
回答
Autoform
-打字机输出限制
在我的流星应用程序中,我使用comerc:
autoform
-typeahead包(它与al契据:
autoform
一起工作)来实现提前输入。说我们可以这样使用它 tags: {
autoform
: { afFieldInput
浏览 1
提问于2016-07-18
得票数 0
回答已采纳
1
回答
meteor - lukemadera:
autoform
-googleplace
我已经安装了lukemadera:
autoform
-googleplace包,并遵循了使用说明。当我运行应用程序时,address字段不会在我键入时自动填充。Schema.Address, }路径:personalDetails.js{{#
autoForm
update"}} {{> afQuickField name="profile.address"
浏览 5
修改于2016-02-29
得票数 0
1
回答
AutoForm
与角流星的结合
创建
autoForm
of type="update"时,必须将对象作为doc参数传入问题:如何将文档fruit传递给
autoForm
助手?我应该使用角度控制器还是火焰模板助手?
浏览 3
修改于2015-12-24
得票数 0
1
回答
Quickform /
Autoform
更新嵌套对象数组
我在使用
autoForm
向集合中添加新的嵌套/数组值时遇到了困难。 regEx: SimpleSchema.RegEx.Id,
autoform
type: "hidden" }, type: String, regE
浏览 3
提问于2015-04-15
得票数 2
回答已采纳
1
回答
Meteor
autoform
显示特定的提交
我正在使用meteor
autoform
和iron:router创建一个表单,该表单在提交时重定向到表单提交(即localhost3000/ _id /_id。"formDisplay"> {{title}} {{summary}}钩子: label: "Aut
浏览 10
提问于2016-07-30
得票数 0
回答已采纳
1
回答
Autoform
afArrayField字段名无效
我在我的Meteor应用程序中使用
Autoform
,模式如下:Projects.attachSchema(newdescription": { label: "Tile Description",}在我的模板中,我有以下自定义
autoForm
: {{#
autoForm
collection="Pr
浏览 2
提问于2015-08-21
得票数 0
1
回答
Meteor
Autoform
不更新集合
<h3><p>Device: {{type}}</p></h3> {{#
autoForm
afQuickField name="comment"}} <button type="submit" class="btn btn-primary">Subm
浏览 4
提问于2015-10-06
得票数 0
1
回答
数组字段的
AutoForm
.getFieldValue
.$': {
autoform
: { class: 'form-control});Template.registerHelper('currentFieldValue', function (fieldName) { return
AutoForm
.getFieldValue
浏览 5
提问于2015-01-12
得票数 1
回答已采纳
1
回答
Meteor
AutoForm
设置必填可选字段
type: String kicker2: { optional: true});{{#
autoForm
schema="EventSchema" type="method" meteormethod="addEvent"}} {{> afFieldInput" type="select" option
浏览 0
提问于2015-08-20
得票数 2
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券