Can someone perhaps explain why the following happens: When loading a page I use php to print the body tag depending on login status. if logged in I use an ajax.updater in the onload event to update an element - not elegant I know, but anyway.
The file that updates the element content has both an InPlaceEditor and an Effect.BlindDown. The blind works but the inPlaceEditor doesn't. If I copy the code directly into the main page, both work perfectly. it seems that a "new InPlaceEditor" (controls) instance needs to be instatiated on the initial page load... but Blind (effects) don't need to be. Why is this and is there a workaround that does not require a full main-page reload? thnx Lochinvar -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
