【发布时间】:2014-07-10 16:10:45
【问题描述】:
我是 Knockout 及其模板功能的新手,我有以下 html,有人可以帮我构建一个合适的模板来替换它的字符串文字和数据源,我正在使用 x-editable,#
<tr data-bind="foreach: fundClasses">
<td class="span1">
<span data-bind="visible: $index() == 0"> Rate Index</span>
</td>
<td class="span1 protected">
<span data-bind=" editable:INDEX_ID, editableOptions: {name:'INDEX_ID',mode: 'popup',type: 'select', source: rateIndex,pk: ID, url: '/create/EditInPlace'}"></span>
</td>
</tr>
我想替换上面sn-ps中的rateIndex,INDEX_ID,非常感谢任何帮助。
谢谢 乔治
【问题讨论】:
标签: javascript jquery knockout.js knockout-mapping-plugin x-editable