WMLelement class Manage WML elements. This is a virtual class used for all WML elements.
Located in /wml-defs.php (line 39)
RenderableObject | --WMLelement
Class | Description |
---|---|
![]() |
WMLfieldset class Manage a set of fields. |
![]() |
WMLdo_element class Do Element Class: Extends element to make a virtual class which has descendants which are contained by a 'do' construct. |
![]() |
WMLanchor class Provides a standard link on a WML page. It is usually an underlined bit of text which the user can click on to go to the given URL. |
![]() |
WMLcontainer class Container Class: Extends element class to make a virtual class for descendants which are container of basic elements. Examples of these would be a WMLtemplate, or a WMLcard. |
The content of the element
Constructor Create a new element object.
Insert content Append more WML content to the body. This just concatenates the given string onto the existing content.
Insert paragraph small text Append content to the body inside a paragraph and with small text tags around it. Refinement of the standard insert_paragraph() method.
Insert paragraph Append content to the body inside a paragraph.
Insert paragraph small text scrubbed Append content to the body inside a paragraph and with small text tags around it. Just like insert_para() except we also scrub the content to make sure it is clean.
Inherited From RenderableObject
RenderableObject::RenderableObject()
RenderableObject::html()
RenderableObject::render()
RenderableObject::wml()
RenderableObject::wmlup()
RenderableObject::xml()
Documentation generated by phpDocumentor 1.3.0RC3