'mgnlTree()'. The tree that expands & contracts, rendering all the
config nodes in the adminCentral GUI.

I thought its pretty standard to refer to scripts running on your
workstation (in a browser with a built in javascript interpreter) as
'client-side', and scripts running on a web server as 'server-side'.

I understand there's no file and that every click in the GUI makes a new
request from the server which sends some fresh data, and that a JCR API
manages this, but don't see how this works. Every javascript tree I've
ever seen is built from an array somewhere. If JSON is building the
array (data object), then where does it get the data from? The JCR API?

I guess the data is contained in the protocol stack of the HTTP request,
is invisible, is managed by the JCR API, and that's all we need to know
about it.


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 22, 2005 7:09 PM
To: [email protected]
Subject: Re: [magnolia-user] extractTree?

Bpb-

I don't know enough to answer you question, but I think no one is
replying because its unclear what you are talking about.  Which tree is
this?  And what do you mean by client side - it all runs in the browser,
so no data is stored client side.

--ee



On Sep 22, 2005, at 3:28 PM, Robert Van Overmeiren wrote:

> In what file is the repository data stored client-side for the tree to

> build from?
>
> Why is JSON employed to exchange data?
>
> Is it to make sure that spaces and special characters aren't mangeled 
> by the browser, or does the data come to the client via GET parameters

> and JSON handles taking the data from there and serving it to the 
> tree?
>
> Regards,
> Bob Van
>
> ----------------------------------------------------------------
> for list details see
> http://www.magnolia.info/en/magnolia/developer.html
> ----------------------------------------------------------------
>


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to