HTMLBlock class is element that write HTML block borderd by <div> tag
<div ID='$name' $htmlAtribut $style $func> $text </div>
Located in /easy/element/HTMLBlock.php [line 31]
MetaObject | --Element | --HTMLBlock
Methods
Inherited From Element
Element::$m_AllowURLParam Element::$m_ClientValidator Element::$m_cssClass Element::$m_cssErrorClass Element::$m_EventHandlers Element::$m_FormName Element::$m_FuzzySearch Element::$m_Height Element::$m_Hidden Element::$m_HTMLAttr Element::$m_OnEventLog Element::$m_Required Element::$m_SortFlag Element::$m_Style Element::$m_Translatable Element::$m_Validator Element::$m_Value Element::$m_Width
Inherited From MetaObject
MetaObject::$m_Access MetaObject::$m_Class MetaObject::$m_Description MetaObject::$m_Name MetaObject::$m_Package
Element::__construct() Initialize Element with xml array Element::AdjustFormName() Adjust form name change the FormName after inherit from parent form Element::CanDisplayed() Check if the element can be displayed Element::CheckRequired() Check if element must required (must have value) Element::GetClientValidator() Get client validator Element::GetContextMenu() Get context menu Element::GetDefaultValue() Get default value Element::GetFormObj() Get form object Element::GetFunction() Get function of element in JavaScript format Element::GetFunctionType() Get function type Element::GetHidden() Get hidden status Element::GetProperty() Get property of element Element::GetRedirectPage() Get redirect page Element::GetSCKeyFuncMap() Get shortcut key function map Element::GetStyle() Get style of element Element::GetText() Get text of element Element::GetValue() Get value of element Element::ReadMetaData() Read array meta data, and store to meta object Element::Render() Render the element by html Element::SetValue() Set value of element Element::Validate() Validate element
MetaObject::__construct() MetaObject::AllowAccess() MetaObject::GetProperty() Get property MetaObject::PrefixPackage() Set Prefix Package MetaObject::ReadMetaCollection() Read metadata collection MetaObject::ReadMetaData() Read meta data
string Render( )
Render/Draw the control according to the mode