PHP Class WPDKUIControlPassword
$item = array(
'type' => WPDKUIControlType::PASSWORD,
'label' => 'Left label',
'id' => 'id',
'value' => '',
'attrs' => array(),
'data' => array(),
'class' => array(),
'style' => '',
'title' => 'This title is a tooltip',
'prepend' => '',
'append' => '',
);
Afficher le fichier
Open project: wpxtreme/wpdk
Méthodes publiques
Méthode |
Description |
|
__construct ( array $item ) : WPDKUIControlPassword |
Create an instance of WPDKUIControlPassword class |
|
draw ( ) |
Drawing control |
|
Method Details
__construct()
public méthode
Create an instance of WPDKUIControlPassword class
public __construct ( array $item ) : WPDKUIControlPassword |
$item |
array |
Key value pairs with control info |
Résultat |
WPDKUIControlPassword |
|