all zii widget not working

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?

why don’t you try the wiki, tons of stuff available

http://www.yiiframework.com/wiki/25/

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? :(

OMG all was done!!!!!

ahhhhh feel good

it collison with jquery version jquery-1.2.3.pack.js

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 :rolleyes: