UIX Documentation
  • Namespace
  • Class
  • Tree

Namespaces

  • None
  • uix
    • data
    • ui
      • control

Classes

  • autocomplete
  • button
  • checkbox
  • color
  • editor
  • email
  • file
  • hidden
  • number
  • post_relation
  • radio
  • select
  • separator
  • slider
  • template
  • text
  • textarea
  • toggle

Class separator


separator. Mainly used for formatting

uix\ui\uix
Extended by uix\data\data
Extended by uix\ui\control
Extended by uix\ui\control\separator
Namespace: uix\ui\control
Since: 1.0.0
Located at classes/uix/ui/control/separator.php

Methods summary

protected
# enqueue_active_assets( )

Enqueues specific tabs assets for the active pages

Enqueues specific tabs assets for the active pages

Since

1.0.0

Overrides

uix\ui\uix::enqueue_active_assets
public mixed
# get_data( )

Return null alwasy since a separator should not show up as an input.

Return null alwasy since a separator should not show up as an input.

Returns

mixed
$data

Since

1.0.0

Overrides

uix\data\data::get_data
public string
# input( )

Returns the main input field for rendering

Returns the main input field for rendering

Returns

string

Since

1.0.0

See

uix\ui\uix

Overrides

uix\ui\control::input

Methods inherited from uix\ui\control

classes(), description(), get_value(), is_active(), label(), name(), register(), render(), set_assets(), set_attributes(), set_config(), setup()

Methods inherited from uix\data\data

set_data()

Methods inherited from uix\ui\uix

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

Properties summary

public string $type

The type of object

The type of object

Since

1.0.0
# 'separator'

Properties inherited from uix\data\data

$data

Properties inherited from uix\ui\uix

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

UIX Documentation API documentation generated by ApiGen