SetDialogOptionCommand
class SetDialogOptionCommand implements CommandInterface (View source)
Defines an AJAX command that sets jQuery UI dialog properties.
Properties
| protected string | $selector | A CSS selector string. |
|
| protected string | $optionName | A jQuery UI dialog option name. |
|
| protected mixed | $optionValue | A jQuery UI dialog option value. |
Methods
__construct(string $selector, string $option_name, mixed $option_value)
Constructs a SetDialogOptionCommand object.
render()
Return an array to be run through json_encode and sent to the client.
Details
__construct(string $selector, string $option_name, mixed $option_value)
Constructs a SetDialogOptionCommand object.
render()
Return an array to be run through json_encode and sent to the client.