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
Basic
<?php YsJQuery::usePlugin(YsJQueryConstant::PLUGIN_JQBOX); ?> <button id="btnOpenDialog">Show Demo</button> <?php echo YsUIDialog::initWidget('dialogId','style="display:none" title="Basic dialog" align="center"') ?> <a class="images" href="http://cloud.github.com/downloads/malsup/cycle/beach1.jpg"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach1.jpg" width="100" height="100" /> </a> <a class="images" href="http://cloud.github.com/downloads/malsup/cycle/beach2.jpg"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach2.jpg" width="100" height="100" /> </a> <a class="images" href="http://cloud.github.com/downloads/malsup/cycle/beach3.jpg"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach3.jpg" width="100" height="100" /> </a> <a class="images" href="http://cloud.github.com/downloads/malsup/cycle/beach4.jpg"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach4.jpg" width="100" height="100" /> </a> <a class="images" href="http://cloud.github.com/downloads/malsup/cycle/beach5.jpg"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach5.jpg" width="100" height="100" /> </a> <?php echo YsUIDialog::endWidget() ?> <?php echo YsJQuery::newInstance() ->onClick() ->in("#btnOpenDialog") ->execute( YsUIDialog::build('#dialogId') ->_width(600) ->_modal(true) ->_height('auto') ->_buttons(array( 'Ok' => new YsJsFunction('alert("Hello world")'), 'Close' => new YsJsFunction(YsUIDialog::close('this'))) ), YsJQBox::build('.images')->_transitionIn('elastic')->_transitionOut('elastic') ); ?>