PHP Class Prado\Web\UI\WebControls\THtmlElement
THtmlElement represents a generic HTML element whose tag name is specified
via {@link setTagName TagName} property. Because THtmlElement extends from
{@link TWebControl}, it enjoys all its functionalities.
To change the default tag your subclass should override {@link getDefaultTagName}
Exibir arquivo
Open project: pradosoft/prado
Public Methods
Method Details
getDefaultTagName()
public method
This is the default tag when no other is specified
getIsMutated()
public method
This tells you if this TagName has deviated from the original
getTagName()
public method
setTagName()
public method