[Proto-Scripty] Re: InPlaceEditor issue !

2008-10-01 Thread MDS
On Oct 1, 7:58 pm, Christophe Porteneuve <[EMAIL PROTECTED]> wrote: > Your script is run inline before your element is declared.  Put your > scripts either at the end of the document > > -- > Christophe Porteneuve aka TDD > [EMAIL PROTECTED] I did it and my problem solved. --~--~-~--~--

[Proto-Scripty] Re: InPlaceEditor issue !

2008-10-01 Thread Christophe Porteneuve
Your script is run inline before your element is declared. Put your scripts either at the end of the document, or better yet, externalize them and wrap your init code inside a dom:loaded event handler. -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~-~--~~~--

[Proto-Scripty] Re: InPlaceEditor issue !

2008-10-01 Thread T.J. Crowder
Hi, Rather than posting pictures of a one-line error message, probably just write it down so your entire question is in one place: "this.element is null" on controls.js line 489: if (!this.options.formId && this.element.id) { -- T.J. Crowder tj / crowder software / com On Oct 1, 4:01 a