Problems updating rating widgets using AfterAjaxUpdate with CListView
AfterAjaxUpdateCListViewRating Widgets
I have a customized ListView class that overrides the renderSorter method to support a drop-down for the sort.
- echo CHtml::dropDownList('sort', $sort, $this->sortCriteria, array(
- 'id' => 'sortBy',
CjuiDialog combined with ajax call
Hi all,
I created a page with a calendar, and one can switch to another month by pressing a next or previous button, which fires an ajax call and resets theREAD MORE
Please help me create a widget to datacolumn of gridview
My code:
- array(
- 'name' => 'timeIn',
- 'value' => '$this->grid->controller->createWidget("bootstrap.widgets.TbTypeahead",array(
- "model" => $data,
- "attribute" => "timeIn"
- "source" => array("01:05","01:10","01:15"),
Error in relations
when i run this page following error occurs. Trying to get property of non-object , and C:\wamp\www\yii\framework\base\CComponent.php(607) : eval()’d code(1) i want to display a coumn from another model usingREAD MORE
By hameedhamdani · Asked 176 days 16 hours 51 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Why selectionChanged not works on apple devices eg iPad iPhone
When i click on any row of CGridView using iPhone the selectionChanged event is not triggered.
By elderdosantos · Asked 307 days 12 hours 9 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
adding serial number to CGridView
I am new to Yii, Can any one tell me how to add a new coloumn named slNo in CGridView???
Export to PDF
i want to export my cgridview to pdf…it should also be able to convert to pdf after sorting or pagination also….any yii extensions available?looked through tcpdf not so helpful….
READ MORECGridView and Adjacent rows ordering
adjacent modelCGridVieworderingsorting
Hi all,
I have an adjacent menu tree displayed in cgridview with tree table. The Menu model has the following atributes: id, id_parent, title, position. When I change the parent rowREAD MORE
ListView: Update ListView items after clicking on button in a different ListView
clickCListViewcruddifferenthtmlbuttonjquerymodelsubmitbuttonUpdate
Hey there,
I been trying to figure this out for a while now and going nowhere. Would really appreciate some pointers as to what am I missing.
Got 1 model, a “Course”,READ MORE
By blackrobe89 · Asked 403 days 11 hours 16 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Using CDetailView to show another models view
Hello All. I have the database
- ==== Group ====
- id
- name
- ==== Member ====
- id
- group_id
- firstname
- lastname
==== Group ==== id name ==== Member ==== id group_id firstname lastname
Here I have done multimodel where I can save and updateREAD MORE
