This article discusses how one can run a long task in background in yiiframework 1.1 using Ajax technique.
This article discusses how one can run a long task in background in yiiframework 1.1 using Ajax technique.
I wanted to customize the CJuiAutoComplete, so that it displays a thumb image before the label like the one shown in the following image:
Hi Friends, In this tutorial you can use the eajaxupload-extension ,
There are cases that you want to make an ajax request to another server and get the results.
After of model update (successfull or not) throught CGridView (check the below link) you probably need to updates the specific row html in cgridview (not entire cgridview)
CGridview displays existent rows of the table (using DataProvider)
My goal here is to Open bootstrap modal and load ANY content using ajax response.
There are cases you want to update a record on CGridview directly
var formData = new FormData($("#post-form")[0]);
$.ajax({
url: '<?php echo Yii::app()->createUrl("forumPost/uploadPost"); ?>',
type: 'POST',
data: formData,
datatype:'json',
// as...
Suppose you have an Application in Yii that manages hotels each one has many customers.
>One-page Web Application built with AngularJS,TypeScript,and Yii framework.
Suppose you want to refresh a form or any content when a single row of CGridView is selected
CJuiDatePicker displays a datepicker. CJuiDatePicker encapsulates the JUI datepicker plugin.
Hey guys, today we will show you how to make a Yii CJuitabs as example. Some feature cases such as Static tabs, render partial tabs, Ajax tabs, color tabs... You can see our code, there are simple 3 steps to make it work.
Simple Ajax popup view with Ajax link
1) include the fancybox extesion otherwise fancybox js
In this wiki I explain how to show a default popup dialogbox (like Gii does) using an existing module.