Questions tagged [yii-widgets]

Components for the PHP-based yii framework

64 questions
0
votes
2 answers

Is it possible to render a view to a rendered page from the controller using Yii?

It there any way to create a "placeholder" inside the main view file for rendering other view files with specified data using Yii? I want to individually process data in the controller then place them to a specified location in the view file before…
Crabman
  • 73
  • 6
0
votes
1 answer

How to get the corresponding data in drop down from database in yii

I have a field in my form 'update_job' named as 'job_category',which is a dropdownlist and has been stored in main table as category_id,and the table is related to another table 'category'. My first question is how to write the joint query to get…
saji
  • 201
  • 1
  • 5
  • 19
0
votes
1 answer

Editing a specific record in yii

I have a view section in my project,and using CGridView to list all the data from table,also have an edit and delete option within the grid to edit and delete specific row. I am stuck with the edit section.I am working on how to get a specific row…
saji
  • 201
  • 1
  • 5
  • 19
-1
votes
1 answer

how to remove html tags in ImperaviRedactorWidget in yii framework

How to remove html tags in ImperaviRedactorWidget in yii framework so as to prevent script alert tags from displaying when the widget is used in yii? (striptags don't work for this widget)
Sam Prasad
  • 31
  • 3
1 2 3 4
5