Jean-Luc Deladrière
|
| Posted: 04/02/2002, 8:08 AM |
|
I' like to pass the tree hierarchy to an external script to render it in an
explorer like tree
the problem is these script generally need a "synchronous" hierarchy where
parent precede child in the database or text file
Any idea of a script to export the "asynchronous" cc tree into a
"synchronous" file e.g. dos like tree or tab delimited
tia
Jean-Luc
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 04/03/2002, 2:08 AM |
|
You can use explorer like tree "Joust",
it seamlesly integrates with CC tree db structure.
You simply need to insert your server script to
populate add method parameters into javascript
tree creation part.
--
Alex
CodeCharge Developer
"Jean-Luc Deladrière" <jean-Luc@petillant.com> wrote in message
news:a8cl2m$8if$1@news.codecharge.com...
> I' like to pass the tree hierarchy to an external script to render it in
an
> explorer like tree
> the problem is these script generally need a "synchronous" hierarchy where
> parent precede child in the database or text file
>
> Any idea of a script to export the "asynchronous" cc tree into a
> "synchronous" file e.g. dos like tree or tab delimited
>
>
> tia
>
> Jean-Luc
>
>
|
|
|
 |
Jon Lau
|
| Posted: 04/03/2002, 6:48 AM |
|
> You can use explorer like tree "Joust",
Where to get it?
Regards,
Jon Lau
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:a8ekam$pg2$2@news.codecharge.com...
> You can use explorer like tree "Joust",
> it seamlesly integrates with CC tree db structure.
> You simply need to insert your server script to
> populate add method parameters into javascript
> tree creation part.
>
> --
> Alex
> CodeCharge Developer
>
>
> "Jean-Luc Deladrière" <jean-Luc@petillant.com> wrote in message
>news:a8cl2m$8if$1@news.codecharge.com...
> > I' like to pass the tree hierarchy to an external script to render it in
> an
> > explorer like tree
> > the problem is these script generally need a "synchronous" hierarchy
where
> > parent precede child in the database or text file
> >
> > Any idea of a script to export the "asynchronous" cc tree into a
> > "synchronous" file e.g. dos like tree or tab delimited
> >
> >
> > tia
> >
> > Jean-Luc
> >
> >
>
>
|
|
|
 |
Deladriere
|
| Posted: 04/03/2002, 11:28 PM |
|
Any example ? I just downloaded it but it doesn't look so easy for me to
integrate it
"Alexey Alexapolsky" <alexa@codecharge.com> a écrit dans le message denews:
a8ekam$pg2$2@news.codecharge.com...
> You can use explorer like tree "Joust",
> it seamlesly integrates with CC tree db structure.
> You simply need to insert your server script to
> populate add method parameters into javascript
> tree creation part.
>
> --
> Alex
> CodeCharge Developer
>
>
> "Jean-Luc Deladrière" <jean-Luc@petillant.com> wrote in message
>news:a8cl2m$8if$1@news.codecharge.com...
> > I' like to pass the tree hierarchy to an external script to render it in
> an
> > explorer like tree
> > the problem is these script generally need a "synchronous" hierarchy
where
> > parent precede child in the database or text file
> >
> > Any idea of a script to export the "asynchronous" cc tree into a
> > "synchronous" file e.g. dos like tree or tab delimited
> >
> >
> > tia
> >
> > Jean-Luc
> >
> >
>
>
|
|
|
 |
Deladriere
|
| Posted: 04/04/2002, 12:59 AM |
|
I found something really good in SQL (but I don't know how to use it !) http://www.sqlteam.com/item.asp?ItemID=1602#TopOfPage
Anybody around to port this to CC ?
"Jean-Luc Deladrière" <jean-Luc@petillant.com> a écrit dans le message de
news: a8cl2m$8if$1@news.codecharge.com...
> I' like to pass the tree hierarchy to an external script to render it in
an
> explorer like tree
> the problem is these script generally need a "synchronous" hierarchy where
> parent precede child in the database or text file
>
> Any idea of a script to export the "asynchronous" cc tree into a
> "synchronous" file e.g. dos like tree or tab delimited
>
>
> tia
>
> Jean-Luc
>
>
|
|
|
 |