Home Page » CJuiAutoComplete
Questions tagged as "CJuiAutoComplete"
CJuiAutoComplete – ui-anim_basic_16x16.gif (missing?)
Hello,
I’m using CJuiAutoComplete but can’t get the animated gif to work, other than to set it myself. Is this the correct way?
- $this->widget('zii.widgets.jui.CJuiAutoComplete', array(
- 'name'=>'miTexto',
CJuiAutoComplete Tipsy
I’m trying to use tipsy with autocomplete.
This is what I have so far *not working*
- $this->widget('zii.widgets.jui.CJuiAutoComplete', array(
- 'name'=>'direccion_id',
EGeoNameService with CJuiAutoComplete
CJuiAutoCompleteEGeoNameService
Hello all, I’m trying to integrate egeonameservice with CJuiAutoComplete. After registering and enabling services in geoname, this works
- $egeo->countryCode(array('lat'=>'47.03','lng'=>'10.2'));
$egeo->countryCode(array('lat'=>'47.03','lng'=>'10.2'));But I’m trying to use this with autocomplete but don’t know where toREAD MORE
