|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| __construct ($caption, $name, $select=array(), $limit=36, $width=600, $height=300, $showall=0) | |
| 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) | |
Private Attributes | |
| $_onchange = '' | |
| $height = 300 | |
| $limit = 100 | |
| $selected = array() | |
| $showall = 0 | |
| $width = 600 | |
Additional Inherited Members | |
Static Public Attributes inherited from RMFormElement | |
| static | $elementsIds = array() |
Definition at line 124 of file formuser.class.php.
| RMFormFormUserSelect::__construct | ( | $caption, | |
| $name, | |||
$select = array(), |
|||
$limit = 36, |
|||
$width = 600, |
|||
$height = 300, |
|||
$showall = 0 |
|||
| ) |
| string | Texto del campo |
| string | Nombre del Campo |
| bool | Seleccion múltiple |
| array | Valores seleccionados por defecto |
| int | Limite de resultados por página de usuarios |
| int | Ancho de la ventana |
| int | Alto de la ventana |
Definition at line 144 of file formuser.class.php.
References $height, $limit, $showall, $width, height, RMFormElement\setCaption(), and RMFormElement\setName().

| RMFormFormUserSelect::render | ( | ) |
Definition at line 155 of file formuser.class.php.
|
private |
Definition at line 133 of file formuser.class.php.
|
private |
Definition at line 129 of file formuser.class.php.
Referenced by __construct().
|
private |
Definition at line 127 of file formuser.class.php.
Referenced by __construct().
|
private |
Definition at line 126 of file formuser.class.php.
|
private |
Definition at line 130 of file formuser.class.php.
Referenced by __construct().
|
private |
Definition at line 128 of file formuser.class.php.
Referenced by __construct().