|
ElementAttr(JS)
|
value
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
|
|
ElementAttr(Dictionary<String, Object>)
|
value
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
|
|
ElementAttr(Object)
|
htmlAttributes
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.
|
|
ElementAttr(String, Object)
|
attributeName, value
|
Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
|