Wiki

Articles tagged with "ajax"X
Displaying 1-10 of 26 result(s).

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

Created about a month ago by le_topTips0 comments – viewed 2,273 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

Created 2 months ago by TouzasHow-tos1 comment – viewed 3,998 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

Created 5 months ago by mrsTips5 comments – viewed 12,937 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.

Javascript and AJAX with Yii

Created 7 months ago by François GannazHow-tos2 comments – viewed 31,413 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

Elementary introduction to using jQuery ajax and the yii framework

Created 8 months ago by dhimesHow-tos4 comments – viewed 12,005 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

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

CGridView, CListView and CActiveDataProvider

Created 8 months ago by softarkTutorials11 comments – viewed 31,815 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.

How to render a view in Fancybox using ajax

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

Using loginRequiredAjaxResponse to solve ajax session timeout

Created about a year ago by RutgerHow-tos3 comments – viewed 9,108 times – ( +12 )
This solution requires Yii 1.1.9 or above