[Proto-Scripty] Re: Using Event.observe and checking for childNodes in a parent

2008-12-18 Thread Calvin Lai
Thanks Alex! I'm going to give that a shot...and I see what you mean by seeing it in a different way. I'll let you know how it goes. -- Calvin Lai Business Development http://dealspl.us On Thu, Dec 18, 2008 at 1:27 AM, Alex Mcauley < webmas...@thecarmarketplace.com> wrote: >

[Proto-Scripty] Re: Effect.SlideDown: Works in IE, not in FF

2008-12-19 Thread Calvin Lai
You could try putting all the style information into the inner DIV instead of the outer (with the exception of display:none;). -- Calvin Lai Business Development http://dealspl.us On Thu, Dec 18, 2008 at 4:56 PM, elAdi wrote: > > Hello all, > > I'm having a problem here with th

[Proto-Scripty] Re: Trouble running 2 updaters (one a periodical) at the same time... any help?

2008-12-19 Thread Calvin Lai
Can't you just put the periodical updater script into the onCreate callback of the Updater function, and end it onComplete? -- Calvin Lai Business Development http://dealspl.us On Fri, Dec 19, 2008 at 7:12 AM, Topper wrote: > > Hello. I have a page where co-exists an Up

[Proto-Scripty] Re: Ajax.InPlaceEditor dynamically geneate item id?

2008-12-22 Thread Calvin Lai
script as a parameter so it reaches the server-side file that you're going to use. -- Calvin Lai Business Development http://dealspl.us On Mon, Dec 22, 2008 at 1:07 AM, Matt Andrews wrote: > > You could just make your code into a function and pass the same php > variable as

[Proto-Scripty] Re: Ajax.InPlaceEditor dynamically geneate item id?

2008-12-22 Thread Calvin Lai
And so you would have: edit me new Ajax.InPlaceEditor('editme_<?php echo $generated_id', '/demoajaxreturn.html', {rows:15,cols:40, parameters: 'record_id=<?php echo $record_id?>'; }); -- Calvin Lai Business Development http://dealspl.us On Mon, Dec