WMLfieldset class Manage a set of fields.
Located in /wml-defs.php (line 103)
RenderableObject | --WMLelement | --WMLfieldset
Array of fields
Total number of fields
Title of the set of fields
Inherited from WMLelement
WMLelement::$body
Constructor Create a new fieldset object.
Add field Add a field object to the fields in this fieldset.
Return HTML content Use render() to render this element in your page.
NOTE; For html this is meaningless. Just use the BACK button.
Return WML content Use render() to render this element in your page.
Returns a string which is the WML for the fieldset. We render the fieldset tags, and we iterate over the fields to fill in the content of the fieldset. NOTE: The field which is added is a field of a standard type such as form_textfield, form_combofield etc. @see form-defs.php.
Inherited From WMLelement
WMLelement::WMLelement()
WMLelement::insert()
WMLelement::insert_para()
WMLelement::insert_paragraph()
WMLelement::insert_para_scrubbed()
Inherited From RenderableObject
RenderableObject::RenderableObject()
RenderableObject::html()
RenderableObject::render()
RenderableObject::wml()
RenderableObject::wmlup()
RenderableObject::xml()
Documentation generated by phpDocumentor 1.3.0RC3