wml_a (line 54)
build an href with content and attributes.
Atag
wml_a
(
string $url,
string $content, [
string $class =
NULL], [
string $title =
NULL])
-
string
$url: - the href attribute.
-
string
$content: - the visible link text.
-
string
$class: - the css class to use.
-
string
$title: - the title attribute
wml_access (line 80)
this function builds a wml <access /> tag
ACCESStag
wml_access
(
string $domain, [
string $path =
NULL], [
string $id =
NULL], [
string $class =
NULL])
-
string
$domain: - the domain attribute
-
string
$path: - the path attribute
-
string
$id: - the id attribute
-
string
$class: - the class attribute
wml_anchor (line 63)
this builds an <anchor> tag
wml_card (line 109)
This function helps build a <card> tag
CARDtag
wml_card
(
string $title, [
string $id =
NULL], [
string $class =
NULL],
mixed 3)
-
mixed
3: - any N number of params for content for the tag
-
string
$title: - the title attribute
-
string
$id: - the id attribute
-
string
$class: - the class attribute
wml_do (line 137)
This function builds the WML <do> tag
DOtag
wml_do
(
string $type,
mixed 1)
-
mixed
1: - any N number of params for content for the tag
-
string
$type: - the required 'type' attribute
wml_fieldset (line 155)
This function builds an <fieldset> tag for WML.
FIELDSETtag
wml_fieldset
([
mixed 0 =
- any N number of params for content for the tag])
-
mixed
0: - any N number of params for content for the tag
wml_go (line 172)
This function builds the WML <go> tag
GOtag
wml_go
(
string $href, [
string $method =
"get"],
mixed 2)
-
mixed
2: - any N number of params for content for the tag
-
string
$href: - the required 'href' attribute
-
string
$method: - the optional 'method' attribute
wml_img (line 189)
This function builds an <img> tag, which refers to a .wbmp format image.
IMGtag
wml_img
(
mixed $src, [
mixed $width =
NULL], [
mixed $height =
NULL], [
mixed $alt =
NULL])
wml_input (line 213)
This function builds the WML <input> tag object
INPUTtag
wml_input
(
string $name, [
mixed $type =
"text"], [
mixed $value =
NULL], [
mixed $size =
NULL])
-
string
$name: - the required 'name' attribute
wml_noop (line 233)
This function builds the WML <noop> tag
wml_onevent (line 245)
This function builds a WML <onevent> tag
-
string
$type: - the required 'type' attribute
wml_postfield (line 262)
This function builds a WML <postfield> tag
-
string
$name: - the required 'name' attribute
-
string
$value: - the required 'value' attribute
wml_prev (line 275)
This function builds a WML <prev> tag object
PREVtag
wml_prev
([
mixed 0 =
- any N number of params for content for the tag])
-
mixed
0: - any N number of params for content for the tag
wml_refresh (line 290)
This function builds a WML <refresh> tag object
REFRESHtag
wml_refresh
([
mixed 0 =
- any N number of params for content for the tag])
-
mixed
0: - any N number of params for content for the tag
wml_select (line 310)
This function builds the WML <select> tag
SELECTtag
wml_select
([
array $options =
array()])
-
array
$options: - 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>
wml_setvar (line 326)
This function builds the WML <setvar> tag
SETVARtag
wml_setvar
(
string $name,
string $value)
-
string
$name: - the required 'name' attribute
-
string
$value: - the required 'value' attribute
wml_tag (line 368)
This function builds a <wml> tag
WMLtag
wml_tag
([
mixed 0 =
- any N number of params for content for the tag])
-
mixed
0: - any N number of params for content for the tag
wml_template (line 340)
this function builds a <template> tag and it's content
TEMPLATEtag
wml_template
([
mixed 0 =
- any N number of params for content for the tag])
-
mixed
0: - any N number of params for content for the tag
wml_timer (line 355)
This function builds the WML <timer> tag the time unit of the value is 1/10 of a second.
-
string
$value: - the required 'value' attribute