Class \Prado\Web\UI\JuiControls\TJuiResizable
TJuiResizable class.
TJuiResizable is an extension to TActivePanel based on jQuery-UI's Resizable interaction. A small handle is shown on the bottom right corner of the panel, that permits the panel to be resized using the mouse.
<com:TJuiResizable
ID="resize1"
Style="border: 1px solid green; width:100px;height:100px;background-color: #00dd00"
Options.maxHeight="250"
Options.maxWidth="350"
Options.minHeight="150"
Options.minWidth="200"
>
resize me
</com:TJuiResizable>
Class hierarchy
- \Prado\Web\UI\JuiControls\TJuiResizable implements IJuiOptions, ICallbackEventHandler
- \Prado\Web\UI\ActiveControls\TActivePanel implements IActiveControl
- \Prado\Web\UI\WebControls\TPanel
- \Prado\Web\UI\WebControls\TWebControl implements IStyleable
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Since: 3.3
public
|
__construct() : mixed
Creates a new callback control, sets the adapter to
TActiveControlAdapter. If you override this class, be sure to set the
adapter appropriately by, for example, by calling this constructor.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
raiseCallbackEvent(TCallbackEventParameter $param) : mixed
Raises callback event. This method is required by the {@see \Prado\Web\UI\ActiveControls\ICallbackEventHandler}
interface.
|
protected
|
addAttributesToRender(mixed $writer) : mixed
Ensure that the ID attribute is rendered and registers the javascript code
for initializing the active control.
|
protected
|