editable treegrid

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

editable treegrid

Mebrouk Leulmi

Hi
Is there some one who worked on a treegrid ?

brouk


--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: editable treegrid

Alessandro  Vernet
Administrator
Brouk,

One approach would be to combine the tree and the data table. See for
instance the page below which shows what it could look like. Showing
the data table inside the tree, as done in this example, would require
some changes to the JavaScript code, but you could easily display the
datatable next to the tree without any changes.

http://www.satyam.com.ar/yui/2.5.0/TreeAndTable.html

Alex

On Wed, May 19, 2010 at 8:26 AM, Mebrouk Leulmi
<[hidden email]> wrote:

>
> Hi
> Is there some one who worked on a treegrid ?
>
> brouk
>
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: editable treegrid

Mebrouk Leulmi
Hi thank u for the reply,
What I am looking for is this kind of Table of content editor :

-----------------------------------------------
SECTION LABEL           | Page number
1-section               | 1
   1-1 sub section       | 2
   1-2 sub section       | 2
    1-2 -1  sub sub section  | 3
2-section               | 5
   2-1 sub section       | 6
   2-2 sub section       | 6
     2-2 -1  sub sub section  | 3
-------------------------------------------

I can do this with GXT / GWT  but as my main project is made with  
orbeon-exist-db, I prefer keep all the data for this project on the  
same  application plus I think that I'm addicted to orbeon technology.

Brouk





Alessandro Vernet <[hidden email]> a écrit :

> Brouk,
>
> One approach would be to combine the tree and the data table. See for
> instance the page below which shows what it could look like. Showing
> the data table inside the tree, as done in this example, would require
> some changes to the JavaScript code, but you could easily display the
> datatable next to the tree without any changes.
>
> http://www.satyam.com.ar/yui/2.5.0/TreeAndTable.html
>
> Alex
>
> On Wed, May 19, 2010 at 8:26 AM, Mebrouk Leulmi
> <[hidden email]> wrote:
>>
>> Hi
>> Is there some one who worked on a treegrid ?
>>
>> brouk
>>
>>
>> --
>> Ce message a ete verifie par MailScanner
>> pour des virus ou des polluriels et rien de
>> suspect n'a ete trouve.
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/
> My Twitter: http://twitter.com/avernet
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.
>
>


--
---------------------------------------------------
M.LEULMI
---------------------------------------------------
Ingénieur Systèmes Informatiques

Université de Paris1
BIU CUJAS
2 RUE CUJAS 75005 PARIS
---------------------------------------------------
Tel 01 44 07 80 43
Mobile 06 64 80 09 97
--------------------------------------------------


--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: editable treegrid

Alessandro  Vernet
Administrator
Brouk,

Do you just need to edit items in the tree, or also add/remove them?
If only the former, then I would just use a menu (xforms:select1
appearance="xxforms:menu"), and when you click on a node, you use some
controls shown next to the menu to edit that node (label, page
number...).

Alex

On Fri, May 21, 2010 at 1:15 PM, Mebrouk Leulmi
<[hidden email]> wrote:

> Hi thank u for the reply,
> What I am looking for is this kind of Table of content editor :
>
> -----------------------------------------------
> SECTION LABEL           | Page number
> 1-section               | 1
>  1-1 sub section       | 2
>  1-2 sub section       | 2
>   1-2 -1  sub sub section  | 3
> 2-section               | 5
>  2-1 sub section       | 6
>  2-2 sub section       | 6
>    2-2 -1  sub sub section  | 3
> -------------------------------------------
>
> I can do this with GXT / GWT  but as my main project is made with
> orbeon-exist-db, I prefer keep all the data for this project on the same
>  application plus I think that I'm addicted to orbeon technology.
>
> Brouk
>
>
>
>
>
> Alessandro Vernet <[hidden email]> a écrit :
>
>> Brouk,
>>
>> One approach would be to combine the tree and the data table. See for
>> instance the page below which shows what it could look like. Showing
>> the data table inside the tree, as done in this example, would require
>> some changes to the JavaScript code, but you could easily display the
>> datatable next to the tree without any changes.
>>
>> http://www.satyam.com.ar/yui/2.5.0/TreeAndTable.html
>>
>> Alex
>>
>> On Wed, May 19, 2010 at 8:26 AM, Mebrouk Leulmi
>> <[hidden email]> wrote:
>>>
>>> Hi
>>> Is there some one who worked on a treegrid ?
>>>
>>> brouk
>>>
>>>
>>> --
>>> Ce message a ete verifie par MailScanner
>>> pour des virus ou des polluriels et rien de
>>> suspect n'a ete trouve.
>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing
>>> list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>>
>> --
>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>> http://www.orbeon.com/
>> My Twitter: http://twitter.com/avernet
>>
>> --
>> Ce message a ete verifie par MailScanner
>> pour des virus ou des polluriels et rien de
>> suspect n'a ete trouve.
>>
>>
>
>
>
> --
> ---------------------------------------------------
> M.LEULMI
> ---------------------------------------------------
> Ingénieur Systèmes Informatiques
>
> Université de Paris1
> BIU CUJAS
> 2 RUE CUJAS 75005 PARIS
> ---------------------------------------------------
> Tel 01 44 07 80 43
> Mobile 06 64 80 09 97
> --------------------------------------------------
>
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: editable treegrid

Mebrouk Leulmi

Yes, I  need to add and remove items.


Brouk



Alessandro Vernet <[hidden email]> a écrit :

> Brouk,
>
> Do you just need to edit items in the tree, or also add/remove them?
> If only the former, then I would just use a menu (xforms:select1
> appearance="xxforms:menu"), and when you click on a node, you use some
> controls shown next to the menu to edit that node (label, page
> number...).
>
> Alex
>
> On Fri, May 21, 2010 at 1:15 PM, Mebrouk Leulmi
> <[hidden email]> wrote:
>> Hi thank u for the reply,
>> What I am looking for is this kind of Table of content editor :
>>
>> -----------------------------------------------
>> SECTION LABEL           | Page number
>> 1-section               | 1
>>  1-1 sub section       | 2
>>  1-2 sub section       | 2
>>   1-2 -1  sub sub section  | 3
>> 2-section               | 5
>>  2-1 sub section       | 6
>>  2-2 sub section       | 6
>>    2-2 -1  sub sub section  | 3
>> -------------------------------------------
>>
>> I can do this with GXT / GWT  but as my main project is made with
>> orbeon-exist-db, I prefer keep all the data for this project on the same
>>  application plus I think that I'm addicted to orbeon technology.
>>
>> Brouk
>>
>>
>>
>>
>>
>> Alessandro Vernet <[hidden email]> a écrit :
>>
>>> Brouk,
>>>
>>> One approach would be to combine the tree and the data table. See for
>>> instance the page below which shows what it could look like. Showing
>>> the data table inside the tree, as done in this example, would require
>>> some changes to the JavaScript code, but you could easily display the
>>> datatable next to the tree without any changes.
>>>
>>> http://www.satyam.com.ar/yui/2.5.0/TreeAndTable.html
>>>
>>> Alex
>>>
>>> On Wed, May 19, 2010 at 8:26 AM, Mebrouk Leulmi
>>> <[hidden email]> wrote:
>>>>
>>>> Hi
>>>> Is there some one who worked on a treegrid ?
>>>>
>>>> brouk
>>>>
>>>>
>>>> --
>>>> Ce message a ete verifie par MailScanner
>>>> pour des virus ou des polluriels et rien de
>>>> suspect n'a ete trouve.
>>>>
>>>>
>>>>
>>>> --
>>>> You receive this message as a subscriber of the [hidden email] mailing
>>>> list.
>>>> To unsubscribe: mailto:[hidden email]
>>>> For general help: mailto:[hidden email]?subject=help
>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>>> http://www.orbeon.com/
>>> My Twitter: http://twitter.com/avernet
>>>
>>> --
>>> Ce message a ete verifie par MailScanner
>>> pour des virus ou des polluriels et rien de
>>> suspect n'a ete trouve.
>>>
>>>
>>
>>
>>
>> --
>> ---------------------------------------------------
>> M.LEULMI
>> ---------------------------------------------------
>> Ingénieur Systèmes Informatiques
>>
>> Université de Paris1
>> BIU CUJAS
>> 2 RUE CUJAS 75005 PARIS
>> ---------------------------------------------------
>> Tel 01 44 07 80 43
>> Mobile 06 64 80 09 97
>> --------------------------------------------------
>>
>>
>> --
>> Ce message a ete verifie par MailScanner
>> pour des virus ou des polluriels et rien de
>> suspect n'a ete trouve.
>>
>>
>>
>> --
>> You receive this message as a subscriber of the [hidden email] mailing
>> list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
>
>
> --
> Orbeon Forms - Web forms, open-source, for the Enterprise -
> http://www.orbeon.com/
> My Twitter: http://twitter.com/avernet
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.
>
>


--
---------------------------------------------------
M.LEULMI
---------------------------------------------------
Ingénieur Systèmes Informatiques

Université de Paris1
BIU CUJAS
2 RUE CUJAS 75005 PARIS
---------------------------------------------------
Tel 01 44 07 80 43
Mobile 06 64 80 09 97
--------------------------------------------------


--
Ce message a ete verifie par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a ete trouve.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: editable treegrid

Alessandro  Vernet
Administrator
Mebrouk,

Then you also need to add buttons to do those operations (remove
current, add inside current, add below current, add above current,
move up, move down). Sounds like an interesting project, and if you're
not already an expert of the xforms:insert, you will be one by the
time you're done.

Alex

On Sun, May 23, 2010 at 11:55 AM, Mebrouk Leulmi
<[hidden email]> wrote:

>
> Yes, I  need to add and remove items.
>
>
> Brouk
>
>
>
> Alessandro Vernet <[hidden email]> a écrit :
>
>> Brouk,
>>
>> Do you just need to edit items in the tree, or also add/remove them?
>> If only the former, then I would just use a menu (xforms:select1
>> appearance="xxforms:menu"), and when you click on a node, you use some
>> controls shown next to the menu to edit that node (label, page
>> number...).
>>
>> Alex
>>
>> On Fri, May 21, 2010 at 1:15 PM, Mebrouk Leulmi
>> <[hidden email]> wrote:
>>>
>>> Hi thank u for the reply,
>>> What I am looking for is this kind of Table of content editor :
>>>
>>> -----------------------------------------------
>>> SECTION LABEL           | Page number
>>> 1-section               | 1
>>>  1-1 sub section       | 2
>>>  1-2 sub section       | 2
>>>   1-2 -1  sub sub section  | 3
>>> 2-section               | 5
>>>  2-1 sub section       | 6
>>>  2-2 sub section       | 6
>>>    2-2 -1  sub sub section  | 3
>>> -------------------------------------------
>>>
>>> I can do this with GXT / GWT  but as my main project is made with
>>> orbeon-exist-db, I prefer keep all the data for this project on the same
>>>  application plus I think that I'm addicted to orbeon technology.
>>>
>>> Brouk
>>>
>>>
>>>
>>>
>>>
>>> Alessandro Vernet <[hidden email]> a écrit :
>>>
>>>> Brouk,
>>>>
>>>> One approach would be to combine the tree and the data table. See for
>>>> instance the page below which shows what it could look like. Showing
>>>> the data table inside the tree, as done in this example, would require
>>>> some changes to the JavaScript code, but you could easily display the
>>>> datatable next to the tree without any changes.
>>>>
>>>> http://www.satyam.com.ar/yui/2.5.0/TreeAndTable.html
>>>>
>>>> Alex
>>>>
>>>> On Wed, May 19, 2010 at 8:26 AM, Mebrouk Leulmi
>>>> <[hidden email]> wrote:
>>>>>
>>>>> Hi
>>>>> Is there some one who worked on a treegrid ?
>>>>>
>>>>> brouk
>>>>>
>>>>>
>>>>> --
>>>>> Ce message a ete verifie par MailScanner
>>>>> pour des virus ou des polluriels et rien de
>>>>> suspect n'a ete trouve.
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> You receive this message as a subscriber of the [hidden email]
>>>>> mailing
>>>>> list.
>>>>> To unsubscribe: mailto:[hidden email]
>>>>> For general help: mailto:[hidden email]?subject=help
>>>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>>>> http://www.orbeon.com/
>>>> My Twitter: http://twitter.com/avernet
>>>>
>>>> --
>>>> Ce message a ete verifie par MailScanner
>>>> pour des virus ou des polluriels et rien de
>>>> suspect n'a ete trouve.
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> ---------------------------------------------------
>>> M.LEULMI
>>> ---------------------------------------------------
>>> Ingénieur Systèmes Informatiques
>>>
>>> Université de Paris1
>>> BIU CUJAS
>>> 2 RUE CUJAS 75005 PARIS
>>> ---------------------------------------------------
>>> Tel 01 44 07 80 43
>>> Mobile 06 64 80 09 97
>>> --------------------------------------------------
>>>
>>>
>>> --
>>> Ce message a ete verifie par MailScanner
>>> pour des virus ou des polluriels et rien de
>>> suspect n'a ete trouve.
>>>
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the [hidden email] mailing
>>> list.
>>> To unsubscribe: mailto:[hidden email]
>>> For general help: mailto:[hidden email]?subject=help
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>>
>>>
>>
>>
>>
>> --
>> Orbeon Forms - Web forms, open-source, for the Enterprise -
>> http://www.orbeon.com/
>> My Twitter: http://twitter.com/avernet
>>
>> --
>> Ce message a ete verifie par MailScanner
>> pour des virus ou des polluriels et rien de
>> suspect n'a ete trouve.
>>
>>
>
>
>
> --
> ---------------------------------------------------
> M.LEULMI
> ---------------------------------------------------
> Ingénieur Systèmes Informatiques
>
> Université de Paris1
> BIU CUJAS
> 2 RUE CUJAS 75005 PARIS
> ---------------------------------------------------
> Tel 01 44 07 80 43
> Mobile 06 64 80 09 97
> --------------------------------------------------
>
>
> --
> Ce message a ete verifie par MailScanner
> pour des virus ou des polluriels et rien de
> suspect n'a ete trouve.
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet