On 28 nov, 13:08, Nandan <[email protected]> wrote: > Could you please annotatehttp://paste.lisp.org/display/91134with the > on-drilldown/on-add-item methods you created so that when a similar > question pops up, we can just point to the paste/this thread?
Yes, I've done. As nunb has suggested, I have made a new class that inherits from gridedit, and then I've specialized the methods dataedit- create-drilldown-widget and dataedit-create-new-item-widget. I don't know if the implemented methods do their job in the proper way but they run fine. I also have annotated the paste with the class enhanced-input- presentation that supports disable-p and read-only-p. By the way, I've had to use 'read-only' instead 'disabled' because the last is not sent with the form data, so when weblocks receives the form data I suppose that it interprets that input field has no value (which is true :). Greets. -- 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.
