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

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

Detailed Description

Clase para la creación de campos de opciones de texto

Definition at line 14 of file textoptions.class.php.

Constructor & Destructor Documentation

RMFormTextOptions::__construct (   $caption,
  $html = 0,
  $xcode = 0,
  $image = 0,
  $smiley = 0,
  $br = 0,
  $cols = 5 
)
Parameters
stringTexto del campo
stringNombre del Campo
intHTML activo (1) o inactivo (0)
intXoops Code activo (1) o inactivo (0)
intImágenes activo (1) o inactivo (0)
intCaritas activo (1) o inactivo (0)
intSaltos de Línea activo (1) o inactivo (0)
intNú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().

Here is the call graph for this function:

Member Function Documentation

RMFormTextOptions::br ( )

Definition at line 81 of file textoptions.class.php.

References $br.

Referenced by __construct(), and setBR().

Here is the caller graph for this function:

RMFormTextOptions::cols ( )

Definition at line 91 of file textoptions.class.php.

References $cols.

Referenced by __construct(), render(), and setCols().

Here is the caller graph for this function:

RMFormTextOptions::html ( )

Definition at line 41 of file textoptions.class.php.

References $html.

Referenced by __construct(), and setHtml().

Here is the caller graph for this function:

RMFormTextOptions::image ( )

Definition at line 61 of file textoptions.class.php.

References $image.

Referenced by __construct(), and setImage().

Here is the caller graph for this function:

RMFormTextOptions::render ( )

Definition at line 101 of file textoptions.class.php.

References $cols, $i, $rtn, __(), cols(), and elseif().

Here is the call graph for this function:

RMFormTextOptions::setBR (   $val)
Parameters
int1 o 0

Definition at line 87 of file textoptions.class.php.

References br().

Here is the call graph for this function:

RMFormTextOptions::setCols (   $val)
Parameters
intMayor que 0

Definition at line 97 of file textoptions.class.php.

References cols().

Here is the call graph for this function:

RMFormTextOptions::setHtml (   $val)
Parameters
int1 o 0

Definition at line 47 of file textoptions.class.php.

References html().

Here is the call graph for this function:

RMFormTextOptions::setImage (   $val)
Parameters
int1 o 0

Definition at line 67 of file textoptions.class.php.

References image().

Here is the call graph for this function:

RMFormTextOptions::setSmiley (   $val)
Parameters
int1 o 0

Definition at line 77 of file textoptions.class.php.

References smiley().

Here is the call graph for this function:

RMFormTextOptions::setXcode (   $val)
Parameters
int1 o 0

Definition at line 57 of file textoptions.class.php.

References xcode().

Here is the call graph for this function:

RMFormTextOptions::smiley ( )

Definition at line 71 of file textoptions.class.php.

References $smiley.

Referenced by __construct(), and setSmiley().

Here is the caller graph for this function:

RMFormTextOptions::xcode ( )

Definition at line 51 of file textoptions.class.php.

References $xcode.

Referenced by __construct(), and setXcode().

Here is the caller graph for this function:

Member Data Documentation

RMFormTextOptions::$br = 0
private

Definition at line 20 of file textoptions.class.php.

Referenced by __construct(), and br().

RMFormTextOptions::$html = 0
private

Definition at line 16 of file textoptions.class.php.

Referenced by __construct(), and html().

RMFormTextOptions::$image = 0
private

Definition at line 19 of file textoptions.class.php.

Referenced by __construct(), and image().

RMFormTextOptions::$smiley = 0
private

Definition at line 18 of file textoptions.class.php.

Referenced by __construct(), and smiley().

RMFormTextOptions::$xcode = 0
private

Definition at line 17 of file textoptions.class.php.

Referenced by __construct(), and xcode().


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