yii: CGridView and show detail in CJuiDialog

by prettyscripts on 2012-02-03 12:19:00 • Leave a comment »

misc

instead of going to a different page to view detail from a grid row, i'd like to show detail from pop-in / dialog box within the same page. i found an article from yii's documentation that does exactly that. the article provide solutions to open one or… more »

Tags: detail, dialog, grid, jquery, php, yii

yii: autocomplete field with CJuiAutoComplete

by prettyscripts on 2012-01-20 14:17:00 • 1 comment »

phpyii

i have previously written a post on the same topic with CAutoComplete. since CAutoComplete is depreciated (since V113) and replaced with CJuiAutoComplete, i should keep my notes up-to-dated. i find that this is easier to implement. i found a solution b… more »

Tags: ajax, autocomplete, jquery, php, yii