<a:editor
for? = expression
name? = { string }
members? = identifier*
members-names? = { identifier* }
template? = { string }
field-name? = { string }
attributes? = expression(Object | IDictionary<String, Object>)
with-params? = expression(Object | IDictionary<String, Object>)
options? = expression(IEnumerable<SelectListItem> | IEnumerable<KeyValuePair<TKey, TValue>> | IEnumerable<IGrouping<TGroupKey, KeyValuePair<TKey, TValue>>> | IEnumerable<IGrouping<TKey, TElement>> | IEnumerable)
autofocus? = { boolean }
disabled? = { boolean }
readonly? = { boolean } >
<!-- Content: (a:with-options*, a:member-template?) -->
</a:editor>
Creates a form control for a model's member, or an "edit view" for a whole model.
- Category
- extension-instruction
- Permitted parent elements
- Any XCST element whose content model is sequence-constructor
- Any literal result element
Attributes
attributes |
|
autofocus |
|
disabled |
|
field-name |
|
for |
|
members |
|
members-names |
|
name |
|
options |
|
readonly |
|
template |
|
with-params |