Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Synchronous Resize
<button id="btnOpenDialog">Show Demo</button> <?php echo YsUIDialog::initWidget('dialogId','style="display:none" title="Basic dialog"') ?> <?php echo YsUIPanel::initGrid()?> <?php echo YsUIPanel::initGridSection()?> <?php echo YsUIPanel::initWidget('resizablePanel', 'style="height:150px"') ?> <?php echo YsUIPanel::title('Resizable panel', YsUIConstant::ICON_ALERT) ?> <?php echo YsUIPanel::initContent() ?> <?php echo YsUIPanel::endContent() ?> <?php echo YsUIPanel::endWidget() ?> <?php echo YsUIPanel::endGridSection()?> <?php echo YsUIPanel::addRow() ?> <?php echo YsUIPanel::initGridSection()?> <?php echo YsUIPanel::initWidget('resizablePanel2', 'style="height:150px"') ?> <?php echo YsUIPanel::title('Resizable panel 2', YsUIConstant::ICON_ALERT) ?> <?php echo YsUIPanel::initContent() ?> <?php echo YsUIPanel::endContent() ?> <?php echo YsUIPanel::endWidget() ?> <?php echo YsUIPanel::endGridSection()?> <?php echo YsUIPanel::endGrid()?> <?php echo YsUIDialog::endWidget() ?> <?php echo YsJQuery::newInstance() ->onClick() ->in('#btnOpenDialog') ->execute( YsUIDialog::build('#dialogId') ->_width(500) ->_height(500) ->_modal(true) ->_resizable(false) ->_buttons(array( 'Ok' => new YsJsFunction('alert("Hello world")'), 'Close' => new YsJsFunction(YsUIDialog::close('this'))) ) ); echo YsJQuery::newInstance() ->execute( YsUIResizable::build()->in('#resizablePanel') ->_alsoResize('#resizablePanel2'), YsUIResizable::build()->in('#resizablePanel2') ) ?>
Support requests, bug reports, and off-topic comments will be deleted without warning.