| API | Package | phpDocumentor | Last reviewed | Doc status |
|---|---|---|---|---|
Joomla.Legacy | 1.5 | mosHTML | never | Work in progress |
This class contains deprecated legacy code and is scheduled to be removed. It is provided only for backward compatibility.
Use JHTML instead.
mosHTML is a helper class for rendering HTML controls.
| Method | Description |
|---|---|
BackButton | Displays a standard back button. |
cleanText | Cleans text of all formating and scripting code. |
CloseButton | Displays a standard close button for a pop-up window. |
emailCloaking | A simple method for cloaking email addresses. |
idBox | Builds the HTML code for a standard selectable checkbox for use on a Database list-select screen. |
Iframe | Builds a HTML iFrame for the specified URL. |
Image | - |
integerSelectList | Builds a selectlist of numbers from $start to $end with an increment of $inc. |
Link | - |
makeOption | Returns an object that can be passed in an array to another list handling method such as mosHTML::selectList. |
monthSelectList | A convenient method for producing a list of months in an HTML form field using the current language settings. |
PrintIcon | Displays a standard print icon. |
radioList | Produces a list of HTML radio buttons. |
Script | - |
selectList | Builds the HTML code for displaying a standard select list. |
sortIcon | Builds the HTML code for displaying a standard clickable sort icon. |
treeSelectList | Generates an HTML select list from a tree based query list. |
WarningIcon | - |
writableCell | Displays a folder name and whether it’s writabe or not. |
yesnoRadioList | Builds a HTML Radio list consisting of just a ‘No’ and a ‘Yes’ option. |
yesnoSelectList | Builds a HTML select list consisting of just a ‘No’ and a ‘Yes’ option. |