Wiki

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

Creating a dependent dropdown

Created 4 years ago by dalipTutorials20 comments – viewed 139,250 times – ( +85 / -2 )
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 87,228 times – ( +49 )
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 60,163 times – ( +32 / -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 zaccariaTutorials37 comments – viewed 50,262 times – ( +55 )
In this tutorial we will learn how to realize a create interface using a dialog.

Ajax update

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

CGridView, CListView and CActiveDataProvider

Created 8 months ago by softarkTutorials11 comments – viewed 32,454 times – ( +28 )
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.

Javascript and AJAX with Yii

Created 7 months ago by François GannazHow-tos2 comments – viewed 32,303 times – ( +27 )
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

Update/delete model with CJuiDialog (works in CGridView)

Created about a year ago by ifdatticTutorials6 comments – viewed 31,328 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,129 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.

CListView AJAX filtering

Created 2 years ago by DragaTutorials14 comments – viewed 28,507 times – ( +14 )
This tutorial shows how to filter CListView items by AJAX, and it's compatible with disabled JavaScript users In my case this has been done to filter users list