Go to the source code of this file.
Functions | |
wfElement ($element, $attribs=null, $contents= '') | |
Aliases for functions in the Xml module Look at the Xml class (Xml.php) for the implementations. | |
wfElementClean ($element, $attribs=array(), $contents= '') | |
wfOpenElement ($element, $attribs=null) | |
wfCloseElement ($element) | |
HTMLnamespaceselector ($selected= '', $allnamespaces=null) | |
wfSpan ($text, $class, $attribs=array()) | |
wfInput ($name, $size=false, $value=false, $attribs=array()) | |
wfAttrib ($name, $present=true) | |
wfCheck ($name, $checked=false, $attribs=array()) | |
wfRadio ($name, $value, $checked=false, $attribs=array()) | |
wfLabel ($label, $id) | |
wfInputLabel ($label, $name, $id, $size=false, $value=false, $attribs=array()) | |
wfCheckLabel ($label, $name, $id, $checked=false, $attribs=array()) | |
wfRadioLabel ($label, $name, $value, $id, $checked=false, $attribs=array()) | |
wfSubmitButton ($value, $attribs=array()) | |
wfHidden ($name, $value, $attribs=array()) | |
wfEscapeJsString ($string) | |
wfIsWellFormedXml ($text) | |
wfIsWellFormedXmlFragment ($text) | |
wfBuildForm ($fields, $submitLabel) |
HTMLnamespaceselector | ( | $ | selected = '' , |
|
$ | allnamespaces = null | |||
) |
Definition at line 22 of file XmlFunctions.php.
References Xml::namespaceSelector(), and wfDeprecated().
wfAttrib | ( | $ | name, | |
$ | present = true | |||
) |
Definition at line 34 of file XmlFunctions.php.
References $name, Xml::attrib(), and wfDeprecated().
wfBuildForm | ( | $ | fields, | |
$ | submitLabel | |||
) |
Definition at line 83 of file XmlFunctions.php.
References $fields, Xml::buildForm(), and wfDeprecated().
wfCheck | ( | $ | name, | |
$ | checked = false , |
|||
$ | attribs = array() | |||
) |
wfCheckLabel | ( | $ | label, | |
$ | name, | |||
$ | id, | |||
$ | checked = false , |
|||
$ | attribs = array() | |||
) |
Definition at line 54 of file XmlFunctions.php.
References $name, Xml::checkLabel(), and wfDeprecated().
wfCloseElement | ( | $ | element | ) |
wfElement | ( | $ | element, | |
$ | attribs = null , |
|||
$ | contents = '' | |||
) |
Aliases for functions in the Xml module Look at the Xml class (Xml.php) for the implementations.
Definition at line 6 of file XmlFunctions.php.
References Xml::element(), and wfDeprecated().
Referenced by SkinMonoBookCBT::newtalk().
wfElementClean | ( | $ | element, | |
$ | attribs = array() , |
|||
$ | contents = '' | |||
) |
wfEscapeJsString | ( | $ | string | ) |
Definition at line 70 of file XmlFunctions.php.
References Xml::escapeJsString(), and wfDeprecated().
wfHidden | ( | $ | name, | |
$ | value, | |||
$ | attribs = array() | |||
) |
Definition at line 66 of file XmlFunctions.php.
References $name, Xml::hidden(), and wfDeprecated().
wfInput | ( | $ | name, | |
$ | size = false , |
|||
$ | value = false , |
|||
$ | attribs = array() | |||
) |
Definition at line 30 of file XmlFunctions.php.
References $name, $size, Xml::input(), and wfDeprecated().
wfInputLabel | ( | $ | label, | |
$ | name, | |||
$ | id, | |||
$ | size = false , |
|||
$ | value = false , |
|||
$ | attribs = array() | |||
) |
Definition at line 50 of file XmlFunctions.php.
References $name, $size, Xml::inputLabel(), and wfDeprecated().
wfIsWellFormedXml | ( | $ | text | ) |
Definition at line 74 of file XmlFunctions.php.
References $text, Xml::isWellFormed(), and wfDeprecated().
wfIsWellFormedXmlFragment | ( | $ | text | ) |
Definition at line 78 of file XmlFunctions.php.
References $text, Xml::isWellFormedXmlFragment(), and wfDeprecated().
wfLabel | ( | $ | label, | |
$ | id | |||
) |
wfOpenElement | ( | $ | element, | |
$ | attribs = null | |||
) |
wfRadio | ( | $ | name, | |
$ | value, | |||
$ | checked = false , |
|||
$ | attribs = array() | |||
) |
wfRadioLabel | ( | $ | label, | |
$ | name, | |||
$ | value, | |||
$ | id, | |||
$ | checked = false , |
|||
$ | attribs = array() | |||
) |
Definition at line 58 of file XmlFunctions.php.
References $name, Xml::radioLabel(), and wfDeprecated().
wfSpan | ( | $ | text, | |
$ | class, | |||
$ | attribs = array() | |||
) |
wfSubmitButton | ( | $ | value, | |
$ | attribs = array() | |||
) |