This file contains some utility functions to help build some Tag objects that are commonly used in wml.
This file only builds the helper functions that build wml specific tags. Some wml tags are identical to their HTML counterparts. You should use the html_* functions for those.
$Id: _tag_utils_wml_utils_inc.html,v 1.19 2003/08/01 01:37:37 hemna Exp $
build an href with content and attributes.
- the href attribute.
- the visible link text.
- the css class to use.
- the title attribute
this function builds a wml <access /> tag
- the domain attribute
- the path attribute
- the id attribute
- the class attribute
This function helps build a <card> tag
- any N number of params for content for the tag
- the title attribute
- the id attribute
- the class attribute
This function builds the WML <do> tag
- any N number of params for content for the tag
- the required 'type' attribute
This function builds an <fieldset> tag for WML.
- any N number of params for content for the tag
This function builds the WML <go> tag
- any N number of params for content for the tag
- the required 'href' attribute
- the optional 'method' attribute
This function builds an <img> tag, which refers to a .wbmp format image.
This function builds the WML <input> tag object
- the required 'name' attribute
This function builds a WML <onevent> tag
- the required 'type' attribute
This function builds a WML <postfield> tag
- the required 'name' attribute
- the required 'value' attribute
This function builds a WML <prev> tag object
- any N number of params for content for the tag
This function builds a WML <refresh> tag object
- any N number of params for content for the tag
This function builds the WML <select> tag
- an array of name value pairs for the options. the format is array( LABEL => VALUE ); each <option value="VALUE">LABEL</option> ie array( "test" => "foo") would give an option of <option value="foo">test</option>
This function builds the WML <setvar> tag
- the required 'name' attribute
- the required 'value' attribute
This function builds a <wml> tag
- any N number of params for content for the tag
this function builds a <template> tag and it's content
- any N number of params for content for the tag
This function builds the WML <timer> tag the time unit of the value is 1/10 of a second.
- the required 'value' attribute
Documention generated on Thu, 31 Jul 2003 18:34:04 -0700 by phpDocumentor 1.2.0