Wiki

Articles tagged with "ajax", sorted by viewsX
Displaying 1-10 of 27 result(s).

Creating a dependent dropdown

Created 4 years ago by dalipTutorials22 comments – viewed 143,805 times – ( +88 / -3 )
Often you'll need a form with two dropdowns, and one dropdown's values will be dependent on the value of the other dropdown. Using Yii's built-in AJAX functionality you can create such a dropdown.
tags: AJAX

Update content in AJAX with renderPartial

Created 3 years ago by BurzumTutorials8 comments – viewed 91,299 times – ( +50 )
The easiest way to update content in AJAX is to use the renderPartial method.
tags: AJAX

CJuiDialog and AjaxSubmitButton

Created 3 years ago by tydeas_drTutorials18 comments – viewed 61,840 times – ( +33 / -2 )
Hello ppl. Even though i have a small experience with yii I though of writing this to help people which want to do something similar.
tags: AJAX

CJuiDialog for create new model

Created 2 years ago by zaccariaTutorials40 comments – viewed 51,817 times – ( +57 )
In this tutorial we will learn how to realize a create interface using a dialog.

Javascript and AJAX with Yii

Created 8 months ago by François GannazHow-tos2 comments – viewed 35,789 times – ( +28 )
This page intends to provide an exhaustive guide of how to use Javascript (JS) in Yii. It does not explain how to learn coding in JS, but how to deal with it "the Yii way".
tags: javascript, AJAX

CGridView, CListView and CActiveDataProvider

Created 9 months ago by softarkTutorials11 comments – viewed 35,003 times – ( +30 )
CGridView (or CListView) together with CActiveDataProvider is a very powerful combination of the built-in tools of Yii. But how do they work together to accomplish their fantastic functions? And what are you expected to do to use them and to customize their behaviors? This article explains the very basics of them.

Ajax update

Created 2 years ago by zaccariaTips1 comment – viewed 33,647 times – ( +20 / -2 )
Often happens to have the need of change a part of the page with ajax.
tags: AJAX

Update/delete model with CJuiDialog (works in CGridView)

Created about a year ago by ifdatticTutorials6 comments – viewed 32,228 times – ( +14 )
This is based on this article.

Updating fields on a form with Ajax and Json

Created 2 years ago by Russell EnglandHow-tos4 comments – viewed 31,932 times – ( +12 / -1 )
I'm developing a website that has an option to look up a car's registration number via SOAP and return additional details such as make, model, colour etc.

Ajax form submiting in Yii

Created 9 months ago by sirin kTutorials6 comments – viewed 29,822 times – ( +6 / -3 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.