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