Skip to content

classes_lib_jquery ui_uicontainer.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/jquery-ui/uicontainer.class.php

class uiContainer

This is a container for UI elements. May be deprecated, we used it in the past for widget based UI designs. It's kind of a dialog, but not exactly and contain clickable icons in the header.

Extends: uiControl » Control » Renderable

AddButton

Adds a button to the header section.

Definition: public function AddButton($icon, $function)

Returns: static

Parameters:

  • string $icon A valid uiControl::Icon

  • string $function JS code to be executed on click

__construct

Definition: public function __construct($title, $options)

Returns: NOT DOCUMENTED

Parameters:

  • string $title Title for header section

  • array $options

Clone this wiki locally