Wiki articles in category How-tos tagged with "widget"

Showing 1-6 of 6 items.

How to show a Captcha in CForm?

Created 11 years ago by Rohit Suthar Rohit Suthar, updated 11 years ago by Rohit Suthar Rohit Suthar.

In this wiki I will show how could use a Captcha in yii CForm. The easy way to show captcha image is create a form using CHtml method & CActiveForm, but CForm also should be able to show a captcha.

0 0
3 followers
Viewed: 20 772 times
Version: 1.1
Category: How-tos

Managing a star rating with the StarRating widget in Yii 2

Created 11 years ago by Kartik V Kartik V, updated 11 years ago by Kartik V Kartik V.

In Yii 1.x, there was a built in widget CStarRating based on the jquery star rating plugin. There exists no prebuilt solution in Yii2, however the same concepts can be extended using any jquery plugin.

1 3
41 followers
Viewed: 28 043 times
Version: 2.0
Category: How-tos
0 2
40 followers
Viewed: 24 693 times
Version: 2.0
Category: How-tos

How to use GridView with AJAX

Created 11 years ago by Antonio Ramirez Antonio Ramirez, updated 8 years ago by CeBe CeBe.

With the adoption of PJax on Yii2 things  have change quite a bit with GridView when it comes to work with them in AJAX mode. It will probably be confusing at the beginning, but then you will soon realize how powerful the new approach is.

10 0
15 followers
Viewed: 92 836 times
Version: 2.0
Category: How-tos
Tags: pjax, widget, yii2

Additional form data with XUpload

Created 13 years ago by Asgaroth Asgaroth, updated 13 years ago by Asgaroth Asgaroth.

In this article you'll learn how to send additional form data when uploading files using XUpload widget

7 0
13 followers
Viewed: 49 811 times
Version: 1.1
Category: How-tos

Extending CJuiDialog

Created 13 years ago by dstudio dstudio, updated 13 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

Sometimes you have CJuiDialog with different content but same buttons (or width, height). If you don't want to repeat yourself this is a great solution:

1 2
2 followers
Viewed: 21 017 times
Version: 1.1
Category: How-tos