RE: [Tacos-devel] Component combination

2006-05-18 Thread Yiannis Mavroukakis
Geia sou Andy ;-) I haven't checked the particulars of dojo to be honest, and AJAX internals are a black art for me for the time being. Yiannis. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 18 May 2006 15:26 To: tacos-devel@li

RE: [Tacos-devel] Component combination

2006-05-18 Thread andyhot
Yea, i would try Frederic's idea and turn this into a new component... if it works ok (i also like the timer idea) then i don't see why it couldn't be included in Tacos... something like InlineAutocompleter. But anyway, are you sure that dojo doesn't include something similar? Cause if it does, i

RE: [Tacos-devel] Component combination

2006-05-18 Thread Yiannis Mavroukakis
Hi Federic :)   Thank you for the reply, I initially thought about the Inline box but discarded the idea. I will give your idea a go  :-)   On a related note, do you and everyone else see any usefuleness in including this as a pre-fab tacos component? I was thinking that once the link is clic

Re: [Tacos-devel] Component combination

2006-05-18 Thread Frederic Barnabe
Hi Yannis,I don't think you could make this with an InlineEditBox (even if it's the same behavior), so I would try to use a ajax direct link that changes a boolean property of the page.  In the template, you add conditions that either shows the link or the auto completer depending on the boolean va

[Tacos-devel] Component combination

2006-05-18 Thread Yiannis Mavroukakis
Hello :) I was wondering whether a component could be created that combines an AutoCompleter with a text link. The visible effect would be a clickable link that would turn into an AutoCompleter field..Is this something that would be classified as a new component or can existing components be com