agito
(The3cube)
November 19, 2014, 8:47am
1
hi i’m new in yii,
i’ve try zii widget from http://www.yiiplayground.com and all of them not work for me,
i need autocomplete for my form, but i’ve try all tutorial and give me no result as zii widget do,
where error from? is it possible zii widget? or?
thanks for advice
Can U please explain this a bit more?
alirz23
(Ali Raza)
November 19, 2014, 8:54am
3
why don’t you try the wiki, tons of stuff available
http://www.yiiframework.com/wiki/25/
agito
(The3cube)
November 19, 2014, 9:21am
4
for example i write this on my view
$this->widget('zii.widgets.jui.CJuiAutoComplete', array(
'name'=>'test2',
'source'=>array('ac1', 'ac2', 'ac3'),
));
when i wrote ‘ac’ (without ‘’) the autocomplete not work
how can i fix this?
agito
(The3cube)
November 19, 2014, 10:01am
5
OMG all was done!!!!!
ahhhhh feel good
it collison with jquery version jquery-1.2.3.pack.js
Keith
(Kburton)
November 19, 2014, 10:01am
6
My first guess would be that there’s a problem with the JavaScript on your page. Perhaps you’ve loaded a version of jQuery in your main layout file, which is conflicting with the one that Yii loads when rendering the widget.
EDIT: Ninja’d