Wiki

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

CGridView: Adding behaviors from configuration, and template items from behaviors to CGridView

Updated about a month ago by le_topTips0 comments – viewed 2,279 times – ( +3 )
Changing the way a CGridView is rendered from the configuration file, or through behaviors specified at the moment it is used, is handy to extend a CGridView without creating tons of different classes for it. I am surprised that this is not in the default implementation, so I made my default CGridView implementation.

Open Dialog from ajax content

Updated 2 months ago by TouzasHow-tos1 comment – viewed 4,003 times – ( +3 / -1 )
This tutorial will show you how to create Ajax dialog. It's very simple code.

An Easy Solution for Dependent dropDownList Using AJAX

Updated 5 months ago by mrsTips5 comments – viewed 12,950 times – ( +6 )
Sometimes new Yii guys face problem to manage dependent dropDownList using AJAX. I am going to discuss an easy solution about this issue.

Avoiding duplicate script download when using Ajax calls to render different Views

Updated 7 months ago by Antonio RamirezTips4 comments – viewed 10,845 times – ( +10 )
I had to partially render two types of views, depending on user selection. Wanted to display a GRID or a LIST style with an event that AJAX'ed new contents and update a layer with them.
tags: tutorial, AJAX, views

Javascript and AJAX with Yii

Updated 7 months ago by bennounaHow-tos2 comments – viewed 31,439 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

CGridView, CListView and CActiveDataProvider

Updated 7 months ago by softarkTutorials11 comments – viewed 31,837 times – ( +27 )
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.

Elementary introduction to using jQuery ajax and the yii framework

Updated 8 months ago by François GannazHow-tos4 comments – viewed 12,010 times – ( +5 )
In doing internet searches trying to learn how to incorporated ajax into web pages generated by the yii framework I noticed that there seems to be a lot of confusion. I worry that too-clever hacks will be broken in upgrades of the framework.
tags: AJAX

Ajax form submiting in Yii

Updated 8 months ago by sirin kTutorials6 comments – viewed 26,779 times – ( +6 / -2 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.

How to render a view in Fancybox using ajax

Updated 9 months ago by 张 迪How-tos1 comment – viewed 10,020 times – ( +5 / -1 )
Sometimes you want to render a view in Fancybox.
tags: fancybox, ajax, views