addCustomAttribute |
HtmlElementProperties.addCustomAttribute( name [, value ] ) |
The control property can have attributes attached to them, these are typically a name/value pairs for example title='Please enter your username'. |
getClassLocator |
HtmlElementProperties.getClassLocator( ) |
Returns the control property locator classes. |
getCustomAttributes |
HtmlElementProperties.getCustomAttributes( ) |
Returns a comma separated list of custom attributes associated with the control property
The attribute is ignored is the name does not exist. |
setCustomAttributes |
HtmlElementProperties.setCustomAttributes( customAttributes ) |
Sets the custom attributes as a comma separated list associated with the control property and overrides the custom attributes value. |
getIdLocator |
HtmlElementProperties.getIdLocator( ) |
Returns the control locator id for the appropriate property. |
removeCustomAttribute |
HtmlElementProperties.removeCustomAttribute( name ) |
T he control property can have attributes attached to them. |
HtmlElementProperties
lets the developer change the behaviour of the control at runtime by adding and removing HTMLElement properties to change the interaction of browsers rich text client applications.Further documentation