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
Grid layout
<?php YsJQuery::usePlugin(YsJQueryConstant::PLUGIN_JLAYOUT); ?> <?php echo YsJLayout::initGridLayout(array(YsJLayout::HGAP => 3, YsJLayout::VGAP => 3, YsJLayout::COLS => 2, YsJLayout::ROWS => 2)) ?> <?php echo YsUIPanel::initWidget('panelOne', 'style="width:100px;height:100px;"') ?> One <?php echo YsUIPanel::endWidget() ?> <?php echo YsUIPanel::initWidget('panelTwo', 'style="width:100px;height:100px;"') ?> Two <?php echo YsUIPanel::endWidget() ?> <?php echo YsUIPanel::initWidget('panelThree', 'style="width:100px;height:100px;"') ?> Three <?php echo YsUIPanel::endWidget() ?> <?php echo YsUIPanel::initWidget('panelFour', 'style="width:100px;height:100px;"') ?> Four <?php echo YsUIPanel::endWidget() ?> <?php echo YsJLayout::endGridLayout() ?> <?php echo YsJQuery::newInstance() ->execute( YsJLayout::build('.grid') ) ?>