Questions tagged [yii-booster]

YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving an application a little boost.

YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving an application a little boost. Basically, YiiBooster tackles the most common challenges that Yii developers face while trying to enhance their applications.

Information from: http://yiibooster.clevertech.biz/

92 questions
1
vote
2 answers

Apply class in table tag with redactor in YiiBooster

I am using Redactor which came along with YiiBooster. I want to apply class in table as 'table table-striped'. Is there any way to do it?
rosinghal
  • 161
  • 4
  • 11
1
vote
1 answer

Send a value to controller via a widget?

I have a property model view. In this view, there's TbFileUpload widget to upload photos of the property. I'm trying to pass property_id from property view to photo/upload controller but got undefined property_id error. Here's my property view: …
bodyfarmer
  • 402
  • 1
  • 7
  • 17
1
vote
1 answer

How to truncate text in TbEditableColumn by extending CFormatter?

I use yii and Yii Booster. I want to truncate text displayed in a TbEditableColumn. I have extended CFormatter as described here: . In order to truncate text I set in my column definition attribute 'type' to array('type'=>'shortText',…
jantom
  • 21
  • 1
  • 3
1
vote
3 answers

Yii bootstrap submit a form inside a modal window using the modal buttons

I'm trying to submit a form from inside a modal window using the modal buttons in the modal-footer. The form itself is loaded through ajax from a link (controller/action). Just to be clearer I attached this picture: This is the code for the…
Raven_ 007
  • 57
  • 1
  • 2
  • 6
1
vote
1 answer

Highstock Options in Yii Booster Highcharts

Is it possible to use Highstock Options in Yii-Booster Highcharts extension? I've tried to set up rangeSelector property, but it does not work.
Larry7
  • 98
  • 1
  • 8
1
vote
1 answer

nesting CGridView within Bootstrap Tabs

I'm using Yii-Booster TbTabs. I'd love to be able to nest CGridView in one of the tabs. I'm trying the following but getting the error "Object of class CGridView could not be converted to string". $this->widget( 'bootstrap.widgets.TbTabs', array( …
giles
  • 823
  • 3
  • 12
  • 25
1
vote
2 answers

Failure invoking a modal window through jquery in Yii

I tried to add modal window to my yii app. For this I use jquery from the framework. Yet, It does not work with jquery (1.8.3) from the framework: framework/web/js/source The error is: Uncaught TypeError: Object [object Object] has no method…
Igor Savinkin
  • 5,669
  • 8
  • 37
  • 69
1
vote
0 answers

Ajax and Yii input

I'm using the YiiBoostrap widget 'TbSelect2' to create a mutli-select box that allows you type in a textbox and select options to a filtered list. Any selected are added into the textbox as a list. This works when created on page load, however I…
James
  • 69
  • 3
  • 12
1
vote
0 answers

YiiBooster how to make a button add a row on the next line

Hello everyone. I have a view file, in which there is an inline form with three text inputs and one button. I need to generate three same inputs and a button on the next line when clicking on this button. Please help. Here's the code:
standemchuk
  • 11
  • 1
  • 2
1
vote
1 answer

Bootstrap: Buttons not working

jQuery UI Checkbox buttons don't react on click, but radio buttons do.
1
vote
0 answers

why position variable in TbExtendedGridView sortable is undefined

I'm using TbExtendedGridView sorableRows, and when I replace some rows, javascript show's this error in log: id: [object Object], position:undefined this error even appears in source site: http://yii-booster.clevertech.biz/extended-grid.html how…
amirmohammad
  • 374
  • 3
  • 20
1
vote
2 answers

Form inside TbNavbar Dropdown Items YiiBooster

I'm working on Yii Framework and Yii Booster extension as bootstrap. I'm trying to make a Login form inside a dropdown. I have a TbNavbar and on it is the dropdown code, but when I add the login form inside the dropdown it just shows the code inside…
Arely Coca
  • 41
  • 2
  • 5
0
votes
2 answers

YII1 clistview data is empty

I have a custom dropdown pagination in my project and using CListView to display the items, but it's not working correctly. Whatever the number that I select in the dropdownlist, or the page number, the content of the list is empty. I can see that…
CnV
  • 381
  • 4
  • 20
0
votes
1 answer

Make a blank field when viewing update in yii booster

I am using yii booster to make a password field. When I do update action, I want to show a blank field instead of showing the data taken from model. How can I make it? I don't have any clue how to do it. This is the code in my view.
puspita
  • 109
  • 1
  • 11
0
votes
2 answers

Yii booster CKeditor widget replace the enterMode

I need help here. I have a system developed with Yii framework. I have the CKEDITOR widget in Yii Booster. When user press the enter key, I want to have 'br'instead of 'p'. Below is my script: $this->widget('booster.widgets.TbCKEditor',array( …
CnV
  • 381
  • 4
  • 20