InputAttr(JS)
|
value
|
Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
|
InputAttr(Dictionary<String, Object>)
|
value
|
Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
|
InputAttr(Object)
|
htmlAttributes
|
Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
|
InputAttr(String, Object)
|
attributeName, value
|
Mirrors the client-side inputAttr option, specifies attributes for the control’s underlying <input> HTML element.
|