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
Flow layout
<?php YsJQuery::usePlugin(YsJQueryConstant::PLUGIN_JLAYOUT); ?> <?php echo YsJLayout::initFlowLayout(array(YsJLayout::RESIZE => false,YsJLayout::ALIGNMENT => 'right'),'id="flow-left" style="width:200px;height:50px"') ?> <div class="c small" style="font-size: 2em; display: inline-block; background-color: rgb(220,220,220);"> One </div> <div class="c medium" style="font-size: 3em; display: inline-block; background-color: rgb(220,220,220);"> Two </div> <div class="c medium" style="font-size: 3em; display: inline-block; background-color: rgb(220,220,220);"> Three </div> <div class="c large" style="font-size: 3.5em; display: inline-block; background-color: rgb(220,220,220);"> Four </div> <div class="c small" style="font-size: 2em; display: inline-block; background-color: rgb(220,220,220);"> Five </div> <?php echo YsJLayout::endFlowLayout() ?>
One
Two
Three
Four
Five