|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| __construct ($caption, $cell, $id='') | |
| render () | |
Public Member Functions inherited from RMFormElement | |
| addClass ($class) | |
| getCaption () | |
| getClass () | |
| getDescription () | |
| getExtra () | |
| getForm () | |
| getName () | |
| id () | |
| render () | |
| setCaption ($caption) | |
| setClass ($class) | |
| setDescription ($desc) | |
| setExtra ($extra) | |
| setForm ($name) | |
| setId ($id) | |
| setName ($name) | |
Additional Inherited Members | |
Static Public Attributes inherited from RMFormElement | |
| static | $elementsIds = array() |
Clase para la generación de etiquetas
Definition at line 255 of file text.class.php.
| RMFormLabel::__construct | ( | $caption, | |
| $cell, | |||
$id = '' |
|||
| ) |
| string | $caption | Texto de la etiqueta |
| string | $cell | Contenido de la celda |
Definition at line 261 of file text.class.php.
References $id, RMFormElement\setCaption(), RMFormElement\setExtra(), and RMFormElement\setName().

| RMFormLabel::render | ( | ) |
Genera el c?digo HTML para mostrar la etiqueta
Definition at line 270 of file text.class.php.
References RMFormElement\getExtra().
