[Proto-Scripty] Re: InPlaceCollectionEditor : loadCollectionURL data format

2009-09-07 Thread joe t.
That's actually not progress. The IPCE requires arrays, not JSON Objects. You're seeing [object Object] because the outermost array contains a series of objects. Your original PHP echo was correct, so the place to look is in your Javascript that constructs the collection editor. Correct

[Proto-Scripty] Re: InPlaceCollectionEditor : loadCollectionURL data format

2009-09-06 Thread mlh
Hey, After a new attempt, whereI changed my PHP called page to : ?php echo '[{key:Al, value:Alan}, {key:Bi, value:Bill}, {key:Ca, value:Carl}, {key:Da, value:Dave}, {key:Er, value:Erik}, {key:Fr, value:Fran}, {key:Ge, value:Gene}]'; ? I don't get the message Loading options in my select