clevertech / YiiBooster

YiiBooster
BSD 2-Clause "Simplified" License
544 stars 305 forks source link

After upgrade to 1.0.6 RedactorJS #463

Open githubjeka opened 11 years ago

githubjeka commented 11 years ago

After upgrade from 1.0.5 to 1.0.6 I have tips for the buttons have adopted this view.

 echo $form->redactorRow($coordination, 'result');
githubjeka commented 11 years ago

It s my problem I used $this->widget('zii.widgets.jui.CJuiDatePicker',.... Swap to $form->datepickerRow( ... Work, but I was more comfortable CJuiDatePicker configured. Now we'll set up $form->datepickerRow :-(

PrplHaz4 commented 11 years ago

@githubjeka I actually saw this behavior as well when using tooltips on a zii.widgets.jui.CJuiAutoComplete (in a ) that was inside a tbTabs view. Do you know what specifically was causing it?

githubjeka commented 11 years ago

I used TbBox, but i tried without it. The problem is tag < a title="text">... because script Jquery UI starts - http://jqueryui.com/tooltip/ . I have not tried that either fix just use $form->datepickerRow.

digitalcrab commented 10 years ago

Done in #316 Example: http://yii-demo.yukki.name/bootstrap/issue316 This fix committed into the master branch and will be included to the next release. Thanks