Sets an integer attribute, given the name of the attribute according to the Document Object Model (DOM) of Dynamic HTML.
public void setDOMAttributeInt( String strAttr, int value )
strAttr
The name of the custom attribute to set.
value
An integer value.
Calling this method directly is not part of the normal usage of this package. You should call specific attribute methods directly on the element, for example, DhImage.setURL.
See Also getDOMAttributeInt