XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
RMFormFormUserSelect Class Reference
Inheritance diagram for RMFormFormUserSelect:
Inheritance graph

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()
 

Detailed Description

Definition at line 124 of file formuser.class.php.

Constructor & Destructor Documentation

RMFormFormUserSelect::__construct (   $caption,
  $name,
  $select = array(),
  $limit = 36,
  $width = 600,
  $height = 300,
  $showall = 0 
)
Parameters
stringTexto del campo
stringNombre del Campo
boolSeleccion múltiple
arrayValores seleccionados por defecto
intLimite de resultados por página de usuarios
intAncho de la ventana
intAlto de la ventana

Definition at line 144 of file formuser.class.php.

References $height, $limit, $showall, $width, height, RMFormElement\setCaption(), and RMFormElement\setName().

Here is the call graph for this function:

Member Function Documentation

RMFormFormUserSelect::render ( )

Definition at line 155 of file formuser.class.php.

Member Data Documentation

RMFormFormUserSelect::$_onchange = ''
private

Definition at line 133 of file formuser.class.php.

RMFormFormUserSelect::$height = 300
private

Definition at line 129 of file formuser.class.php.

Referenced by __construct().

RMFormFormUserSelect::$limit = 100
private

Definition at line 127 of file formuser.class.php.

Referenced by __construct().

RMFormFormUserSelect::$selected = array()
private

Definition at line 126 of file formuser.class.php.

RMFormFormUserSelect::$showall = 0
private

Definition at line 130 of file formuser.class.php.

Referenced by __construct().

RMFormFormUserSelect::$width = 600
private

Definition at line 128 of file formuser.class.php.

Referenced by __construct().


The documentation for this class was generated from the following file: