PHP development framework YiiFramework tutorial (39) Zii component-Slider example

Source: Internet
Author: User
CJuiSlider displays a slide that can be used to scale an image or use it as another function. it encapsulates the JUIslider plug-in. CJuiSlider displays a slide that can be used to scale an image or use it as another function. it encapsulates the JUI slider plug-in.

In this example, CJuiSlider is used to scale an image:

 widget('zii.widgets.jui.CJuiSlider', array(      'value'=>50,      'options'=>array(                  'min'=>1,                  'max'=>100,                  'slide'=>'js:              function(event,ui){                  $("#image").width(648*ui.value/100);                  $("#zoom").text(ui.value+"%");              }          ',                  ),              'htmlOptions'=>array(                  'style'=>'width:648px; float:left;'                  ),  )); ?>    

50%


 widget('zii.widgets.jui.CJuiSlider', array(      'value'=>50,      'options'=>array(                  'min'=>1,                  'max'=>100,                  'slide'=>'js:              function(event,ui){                  $("#image").width(648*ui.value/100);                  $("#zoom").text(ui.value+"%");              }          ',                  ),              'htmlOptions'=>array(                  'style'=>'width:648px; float:left;'                  ),  )); ?>    

50%


The above is the content of the Zii component-Slider sample in the PHP development Framework Yii Framework tutorial (39). For more information, see PHP Chinese website (www.php1.cn )!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.