芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/lib/form/templates/element-autocomplete-inline.mustache
{{< core_form/element-template-inline }} {{$element}} {{^element.frozen}} {{#element.multiple}}
{{/element.multiple}}
{{#element.options}}
{{{text}}}
{{/element.options}}
{{/element.frozen}} {{#element.frozen}} {{#element.options}} {{#selected}} {{{text}}} {{^element.hardfrozen}}
{{/element.hardfrozen}} {{/selected}} {{/element.options}} {{/element.frozen}} {{/element}} {{/ core_form/element-template-inline }} {{^element.frozen}} {{#js}} require(['core/form-autocomplete'], function(module) { module.enhance({{#quote}}#{{element.id}}{{/quote}}, {{element.tags}}, {{#quote}}{{element.ajax}}{{/quote}}, {{#quote}}{{element.placeholder}}{{/quote}}, {{element.casesensitive}}, {{element.showsuggestions}}, {{#quote}}{{element.noselectionstring}}{{/quote}}); }); {{/js}} {{/element.frozen}}