eddyyanto
21 Dec 2006, 5:45 PM
I am not sure if this is the correct forum for me to post the autocomplete ui but I can't seem to find another yui forum.
Ok, now let's get back to the problem. I've been experimenting with the autocomplete and find it is quite usable and easy to integrate. Now I got one question, how do I fire a event for autocomplete? From the yui documentation I got.
dataErrorEvent
dataErrorEvent ( oSelf , sQuery )
Fired when the AutoComplete instance does not receive query results from the DataSource due to an error.
Parameters:
oSelf <Object> The AutoComplete instance.
sQuery <String> The query string.
It is apparently not clear what is the right syntax and the right way of calling this event.
Sorry once again if this is not the correct thread or forum to post this issue.
Ok, now let's get back to the problem. I've been experimenting with the autocomplete and find it is quite usable and easy to integrate. Now I got one question, how do I fire a event for autocomplete? From the yui documentation I got.
dataErrorEvent
dataErrorEvent ( oSelf , sQuery )
Fired when the AutoComplete instance does not receive query results from the DataSource due to an error.
Parameters:
oSelf <Object> The AutoComplete instance.
sQuery <String> The query string.
It is apparently not clear what is the right syntax and the right way of calling this event.
Sorry once again if this is not the correct thread or forum to post this issue.