|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| __construct ($caption, $type=0, $class='', $desc='') | |
| getType ($type) | |
| render () | |
| setType ($type) | |
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) | |
Public Attributes | |
| $_type | |
Additional Inherited Members | |
Static Public Attributes inherited from RMFormElement | |
| static | $elementsIds = array() |
Clase para la generación y manejo de subtitulos en la tabla del formulario
Definition at line 120 of file text.class.php.
| RMFormSubTitle::__construct | ( | $caption, | |
$type = 0, |
|||
$class = '', |
|||
$desc = '' |
|||
| ) |
| string | $caption | Texto del subtitulo |
| int | $type | 0 = th, 1 = td |
| string | $class | solo si $type = 1 |
Definition at line 128 of file text.class.php.
References $class, $type, RMFormElement\setCaption(), RMFormElement\setClass(), RMFormElement\setDescription(), and RMFormElement\setName().

| RMFormSubTitle::getType | ( | $type | ) |
Devuelve el tipo de t?tulo
Definition at line 147 of file text.class.php.
References $_type.
| RMFormSubTitle::render | ( | ) |
Generamos el c?sigo HTML para crear el subt?tulo.
Definition at line 154 of file text.class.php.
References $rtn, and RMFormElement\getCaption().

| RMFormSubTitle::setType | ( | $type | ) |
Establece el tipo de titulo. 0 = TH, 1 = TD
| int | $type | Tipo de t?tulo |
Definition at line 140 of file text.class.php.
References $type.
| RMFormSubTitle::$_type |
Definition at line 122 of file text.class.php.
Referenced by getType().