PHP Класс WPDKUIControlsLayout
## Getting started
In order to display a controls layout you need to define a simple Controls Layout Array (CLA) and to instance the
WPDKUIControlsLayout class:
$cla = array(
'Fieldset Legend Group' => array(
'Subtitle', // Optional subtitle
array( array(...), array(...) ), // Row of items
array(...), // New row
array(...) // Items
);
);
$layout = new WPDKUIControlsLayout( $cla );
$layout->display();
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
__construct ( array $cla ) |
Create an instance of WPDKUIControlsLayout class |
|
display ( ) |
Display the controls layout |
|
html ( ) : string |
Return the HTML markup pf controls layout array |
|
init ( array $cla ) |
Return an instance of WPDKUIControlsLayout class |
|
item ( array $item ) : string |
Return the HTML markup for a single item array |
|
Приватные методы
Описание методов
__construct()
публичный Метод
Create an instance of WPDKUIControlsLayout class
display()
публичный Метод
Display the controls layout
Return the HTML markup pf controls layout array
init()
публичный статический Метод
Return an instance of WPDKUIControlsLayout class
item()
публичный статический Метод
Return the HTML markup for a single item array