We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dialog that displayd data in two columns. This is handy for option dialogs with label-input pairs.
Extends: uiDialog » uiControl » Control » Renderable
Adds a line to the diaklog.
Definition: public function AddLine($label, $control=false)
public function AddLine($label, $control=false)
Returns: static
static
Parameters:
mixed $label Label for the first column
mixed $label
mixed $control Control for the second column
mixed $control
Definition: public function __construct($title, $options)
public function __construct($title, $options)
Returns: NOT DOCUMENTED
string $title Dialog title
string $title
array $options Options as in uiDialog
array $options