PHP Class WPDKUIControlTextarea

$item = array( 'type' => WPDKUIControlType::TEXTAREA, 'label' => 'Left label', 'id' => 'id', 'name' => 'name', 'value' => 'Inner text', 'attrs' => '', 'data' => '', 'class' => '', 'style' => '', 'cols' => '10', 'rows' => '4', 'title' => 'This title is a tooltip', 'prepend' => '', 'append' => '', );
Author: =undo= ([email protected])
Inheritance: extends WPDKUIControl
Afficher le fichier Open project: wpxtreme/wpdk

Méthodes publiques

Méthode Description
__construct ( array $item ) : WPDKUIControlTextarea Create an instance of WPDKUIControlTextarea class
draw ( ) Drawing control

Method Details

__construct() public méthode

Create an instance of WPDKUIControlTextarea class
Since: 1.0.0.b3
public __construct ( array $item ) : WPDKUIControlTextarea
$item array Key value pairs with control info
Résultat WPDKUIControlTextarea

draw() public méthode

Drawing control
public draw ( )