Hi,
I wanted a quick solution to an autocomplete field, and was trying to
see some demo in weblocks.
Finally found some code in suggest.lisp and render-suggest.
I`m beginning with weblocks, can run the demo, read some tutorials.
This is what I tried:
from us-states.lisp I used the following:
(make-instance 'us-state-presentation )
#<US-STATE-PRESENTATION {ADDB629}>
and then in a running application:
(defun make-main-page ()
(make-instance 'us-state-presentation))
with a result:
There is no applicable method for the generic function #<STANDARD-
GENERIC-FUNCTION WEBLOCKS:DOM-CLASSES (4)>when called with arguments
(#<WEBLOCKS:US-STATE-PRESENTATION {D065001}>).
Any ideas on how to quickly demonstrate the autocomplete / render-
suggest textfield?
I am planning to use both local (in client) and server-sided
suggestion lists.
Thanx a lot.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---