|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| __construct ($caption, $html=0, $xcode=0, $image=0, $smiley=0, $br=0, $cols=5) | |
| br () | |
| cols () | |
| html () | |
| image () | |
| render () | |
| setBR ($val) | |
| setCols ($val) | |
| setHtml ($val) | |
| setImage ($val) | |
| setSmiley ($val) | |
| setXcode ($val) | |
| smiley () | |
| xcode () | |
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) | |
Private Attributes | |
| $br = 0 | |
| $html = 0 | |
| $image = 0 | |
| $smiley = 0 | |
| $xcode = 0 | |
Additional Inherited Members | |
Static Public Attributes inherited from RMFormElement | |
| static | $elementsIds = array() |
Clase para la creación de campos de opciones de texto
Definition at line 14 of file textoptions.class.php.
| RMFormTextOptions::__construct | ( | $caption, | |
$html = 0, |
|||
$xcode = 0, |
|||
$image = 0, |
|||
$smiley = 0, |
|||
$br = 0, |
|||
$cols = 5 |
|||
| ) |
| string | Texto del campo |
| string | Nombre del Campo |
| int | HTML activo (1) o inactivo (0) |
| int | Xoops Code activo (1) o inactivo (0) |
| int | Imágenes activo (1) o inactivo (0) |
| int | Caritas activo (1) o inactivo (0) |
| int | Saltos de Línea activo (1) o inactivo (0) |
| int | Número de columnas (Máximo 5, Mínimo 1) |
Definition at line 31 of file textoptions.class.php.
References $br, $cols, $html, $image, $smiley, $xcode, br(), cols(), html(), image(), RMFormElement\setCaption(), smiley(), and xcode().

| RMFormTextOptions::br | ( | ) |
Definition at line 81 of file textoptions.class.php.
References $br.
Referenced by __construct(), and setBR().

| RMFormTextOptions::cols | ( | ) |
Definition at line 91 of file textoptions.class.php.
References $cols.
Referenced by __construct(), render(), and setCols().

| RMFormTextOptions::html | ( | ) |
Definition at line 41 of file textoptions.class.php.
References $html.
Referenced by __construct(), and setHtml().

| RMFormTextOptions::image | ( | ) |
Definition at line 61 of file textoptions.class.php.
References $image.
Referenced by __construct(), and setImage().

| RMFormTextOptions::render | ( | ) |
| RMFormTextOptions::setBR | ( | $val | ) |
| int | 1 o 0 |
Definition at line 87 of file textoptions.class.php.
References br().

| RMFormTextOptions::setCols | ( | $val | ) |
| int | Mayor que 0 |
Definition at line 97 of file textoptions.class.php.
References cols().

| RMFormTextOptions::setHtml | ( | $val | ) |
| int | 1 o 0 |
Definition at line 47 of file textoptions.class.php.
References html().

| RMFormTextOptions::setImage | ( | $val | ) |
| int | 1 o 0 |
Definition at line 67 of file textoptions.class.php.
References image().

| RMFormTextOptions::setSmiley | ( | $val | ) |
| int | 1 o 0 |
Definition at line 77 of file textoptions.class.php.
References smiley().

| RMFormTextOptions::setXcode | ( | $val | ) |
| int | 1 o 0 |
Definition at line 57 of file textoptions.class.php.
References xcode().

| RMFormTextOptions::smiley | ( | ) |
Definition at line 71 of file textoptions.class.php.
References $smiley.
Referenced by __construct(), and setSmiley().

| RMFormTextOptions::xcode | ( | ) |
Definition at line 51 of file textoptions.class.php.
References $xcode.
Referenced by __construct(), and setXcode().

|
private |
Definition at line 20 of file textoptions.class.php.
Referenced by __construct(), and br().
|
private |
Definition at line 16 of file textoptions.class.php.
Referenced by __construct(), and html().
|
private |
Definition at line 19 of file textoptions.class.php.
Referenced by __construct(), and image().
|
private |
Definition at line 18 of file textoptions.class.php.
Referenced by __construct(), and smiley().
|
private |
Definition at line 17 of file textoptions.class.php.
Referenced by __construct(), and xcode().