jiveforums | 24 Jul 12:18

Customize column of the region fragment (Document table)

Hello,

I would like to costumize the document table : I my organisation, it doesn't make any sense to have the column
"Cycle Life", "Author" and "LiveEdit" (the last 3 colomns). I've found where these 4 files are defined :

/opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table.xhtml
/opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table_simple.xhtml
/opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table_trash.xhtml
/opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table_with_popup.xhtml

When I erase the definition of the 3 columns, they still appears anyway... How can I do it ?

Is it possible to add some ? Like the document size ?

Thx :)
Alexandre Russel | 24 Jul 10:25

Re: Customize column of the region fragment (Document table)


>
> /opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table.xhtml
> /opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table_simple.xhtml
> /opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table_trash.xhtml
> /opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/incl/document_table_with_popup.xhtml
>   

This directory:

/opt/NUXEO/server/default/deploy/nuxeo.ear/nuxeo.war/

is created by nuxeo when started, every change you make to it will be 
erased.
You need to overwrite those files in your plugin.

alex

--

-- 
Alexandre Russel
Open Source, Java EE based, Enterprise Content Management (ECM)
New! Nuxeo TV on http://nuxeo.blip.tv/
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
jiveforums | 24 Jul 14:08

Re: Customize column of the region fragment (Document table)

Thxxxx ! I knew it but Nuxeo didn't actualize its presentation directly from the nuxeo.war folder.

Gmane