-
$wml_len
-
Length of content in bytes
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml
-
Produce main WML for DO element This is a common utility method to render the DO WML once the details (body) has been filled in by the child class of this one.
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml
-
Return WML content for this deck.
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml
-
Return WML content Use render() to render this element in your page.
-
wml-defs.php
-
-
WMLanchor
-
Constructor
-
WMLanchor
-
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.
-
WMLcard
-
WMLcard class Manage WML cards.
-
WMLcard
-
Constructor Create a new WML card.
-
WMLcontainer
-
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.
-
WMLcontainer
-
Constructor Create a new container object.
-
WMLdeck
-
Constructor Create a new WML deck.
-
WMLdeck
-
WMLDeck class Manage WML Decks of cards.
-
WMLdo_element
-
Constructor Create a new do element object.
-
WMLdo_element
-
WMLdo_element class Do Element Class: Extends element to make a virtual class which has descendants which are contained by a 'do' construct.
-
WMLelement
-
WMLelement class Manage WML elements. This is a virtual class used for all WML elements.
-
WMLelement
-
Constructor Create a new element object.
-
WMLfieldset
-
Constructor Create a new fieldset object.
-
WMLfieldset
-
WMLfieldset class Manage a set of fields.
-
WMLgo
-
Constructor Create a new go DO element object.
-
WMLgo
-
WMLgo class Extends the Do Element Class. Provide the Do element of type = 'accept'.
-
WMLprev
-
Constructor Create a new prev element object.
-
WMLprev
-
WMLprev class Extends the Do Element Class. Provide the Do element of type = 'prev'.
-
WMLrefresh
-
WMLrefresh class Extends the Do Element Class. Provide the Do element of type = 'refresh'.
-
WMLrefresh
-
Constructor Create a new refresh DO element object.
-
WMLtemplate
-
Constructor Create a new template object.
-
WMLtemplate
-
WMLtemplate class Extends container class to make a template. These are useful when you have a bunch of cards which you want to all have a common set of options.