Class header
A generic holder for multiple controls. this panel type does not handle saving, but forms part of the data object tree.
- uix\ui\uix
-
uix\data\data
-
uix\ui\panel
-
uix\ui\section
-
uix\ui\header
Methods summary
public
|
|
public
string|null
|
|
public
|
|
public
string|null
|
|
public
string|null
|
|
public
|
Methods inherited from uix\ui\panel
child_count(),
enqueue_active_assets(),
get_data(),
is_section_object(),
navigation(),
panel_section(),
render_template(),
set_data(),
wrapper_class_names()
Methods inherited from uix\data\data
Methods inherited from uix\ui\uix
__call(),
__construct(),
actions(),
base_color(),
build_attributes(),
enqueue_core(),
id(),
process_child(),
process_children(),
register(),
render_children(),
set_attributes(),
set_url()
Properties summary
public
string
|
$type
The type of object |
#
'header'
|
public
string
|
$element
type of header element |
#
'h1'
|
public
array
|
$attributes
List of attributes to apply to the wrapper element |
#
array( 'class' => 'uix-title' )
|