Object | --Persistent | --Component | --Control | --FocusControl | --CustomControl | --GraphicControl | --CustomLabel
CustomLabel is the base class for controls that display text on a form. The Caption of the CustomLabel may contain HTML formatted text.
The label is read-only meaning it does not update any data in the data source.
Overridden in child classes as:
CustomLabel __construct( [ $aowner = null])
void dumpContents( )
void dumpJavascript( )
void init( )
void loaded( )
string strip_selected_tags( string $text, [array $tags = array()])
This function will also replace self-closing tags (XHTML <hr />) and will work if the text contains line breaks.