Wiki

Sorted by date (updated)X
Displaying 101-110 of 467 result(s).

BootProgressColumn - Progress Bar Inside GridView Column compatible with 'bootstrap' extension

Updated 5 months ago by robregonmTips1 comment – viewed 5,875 times – ( +6 )
A little hint of how to create a progress bar inside the column of the grid, using the 'bootstrap' extension.

TimeZone dropDown

Updated 5 months ago by Maurizio DombaHow-tos0 comments – viewed 3,144 times – ( +1 )
I spend a bit of time looking for the this piece of code while building time feature on a site this tutorial also helped Local time zones and locales

Load the Yii-Bootstrap Extension on Specific Actions

Updated 5 months ago by chuntleyHow-tos5 comments – viewed 6,200 times – ( +8 )
A big problem I've hit with the Yii-Bootstrap extension is that all AJAX requests are initializing Bootstrap because of preload. This is a huge waste of resources, especially when using AJAX-based file uploaders that split the file into chunks. Large file uploads using that method could be initializing bootstrap hundreds of times.
tags: bootstrap, filter

CKEditor Integration (includes steps for file uploads) - Step by Step

Updated 5 months ago by shulmeHow-tos2 comments – viewed 7,758 times – ( +9 )
Hey guys, I'm hoping other people will find this helpful. Today I went through the process of adding CKEditor to one of my projects, and then integrating KCFinder as the image uploader. It will be used in a CActiveForm, without the use of any crazy weird widgets. All paths are relative, using Yii functions, so this will work no matter where you install. Here it is:

How to upload image(photo), and path entry in database with update functionality

Updated 5 months ago by kiran sharmaTips9 comments – viewed 29,996 times – ( +19 )
I saw many posts that community newbie is confuse in image/photo upload with random name. so I post this topic covering all useful things regarding to image/photo upload(not covering image attribute related functionality)

How to use YiiBooster TbFileUpload widget

Updated 5 months ago by Antonio RamirezHow-tos7 comments – viewed 8,897 times – ( +7 )
The following wiki is to explain how to make use of the TbFileUpload widget from YiiBooster. I have received a couple of requests and I thought was worth writing a wiki for it.

MigrateCommand class for multiple sites using one code base

Updated 5 months ago by Hudson NguyenHow-tos1 comment – viewed 1,989 times – ( +1 )
My CMS supports multiple sites using one code base therefore the db connection can only be configured by detecting the site's domain.

An Easy Solution for Dependent dropDownList Using AJAX

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

Events explained

Updated 5 months ago by Ivo RenkemaTutorials5 comments – viewed 11,156 times – ( +17 / -2 )
Let's see what exactly are the events in Yii!

Creating a jQueryUI Sortable CGridView

Updated 5 months ago by rAWTAZHow-tos13 comments – viewed 16,919 times – ( +34 )
I have had to do this a couple of times now so I figured I would share it with the community. I am going to keep this short because I really hope that you are familiar with jQueryUI's Sortable class before starting this tutorial.