UIX Documentation
  • Namespace
  • Class
  • Tree

Namespaces

  • None
  • uix
    • data
    • ui
      • control

Classes

  • box
  • control
  • footer
  • grid
  • header
  • help
  • metabox
  • modal
  • notice
  • page
  • panel
  • post_type
  • repeat
  • section
  • uix

Class grid

A Grid system for layout control

uix\ui\uix
Extended by uix\data\data
Extended by uix\ui\panel
Extended by uix\ui\section
Extended by uix\ui\grid
Namespace: uix\ui
Since: 1.0.0
See: \uix\uix
Located at classes/uix/ui/grid.php

Methods summary

public string|null
# setup( )

Set the grid params

Set the grid params

Returns

string|null
HTML of rendered notice

Since

1.0.0

Overrides

uix\data\data::setup
public array
# get_data( )

Get Data from all controls of this section

Get Data from all controls of this section

Returns

array
Array of sections data structured by the controls

Since

1.0.0

See

\uix\load

Overrides

uix\ui\panel::get_data
public array
# is_row_column( )

Get Data from all controls of this section

Get Data from all controls of this section

Returns

array
Array of sections data structured by the controls

Since

1.0.0

See

\uix\load
public
# set_attributes( )

Sets the wrappers attributes

Sets the wrappers attributes

Since

1.0.0

Overrides

uix\ui\uix::set_attributes
public string|null
# render( )

Render the complete section

Render the complete section

Returns

string|null
HTML of rendered notice

Since

1.0.0

Overrides

uix\ui\section::render
public
# set_assets( )

Define core header styles

Define core header styles

Since

1.0.0

Overrides

uix\ui\section::set_assets

Methods inherited from uix\ui\panel

child_count(), description(), enqueue_active_assets(), is_section_object(), label(), navigation(), panel_section(), render_template(), set_data(), wrapper_class_names()

Methods inherited from uix\ui\uix

__call(), __construct(), actions(), base_color(), build_attributes(), enqueue_core(), id(), init(), is_active(), process_child(), process_children(), register(), render_children(), set_url()

Properties summary

public string $type

The type of object

The type of object

Since

1.0.0
# 'grid'
public array $attributes

List of attributes to apply to the wrapper element

List of attributes to apply to the wrapper element

Since

1.0.0
# array( 'class' => 'uix-grid' )

Properties inherited from uix\data\data

$data

Properties inherited from uix\ui\uix

$assets, $child, $parent, $scripts, $slug, $struct, $styles, $url

UIX Documentation API documentation generated by ApiGen