- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2013 12:03 PM
Hello,
I would like to reference every possible fonction we can use in "advanced mode configuration" to test field and then display or not field.
So I need to know what sort of test we can do there and if I understood well this is in "JBoss EL" ? Or just EL ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2013 12:10 PM
As for me I referenced this links:
- JSTL LIB used by Nuxeo
- NXD tags
- Standard Nuxeo doc with examples of advanced mode configuration
- Technical Nuxeo Doc with lot of information about different languages and referenced doc
- Documentation with explanation of default variables exposed in layouts
- JAVA EL such as this key words
- All Seam components methods
Did I miss some?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2013 12:10 PM
As for me I referenced this links:
- JSTL LIB used by Nuxeo
- NXD tags
- Standard Nuxeo doc with examples of advanced mode configuration
- Technical Nuxeo Doc with lot of information about different languages and referenced doc
- Documentation with explanation of default variables exposed in layouts
- JAVA EL such as this key words
- All Seam components methods
Did I miss some?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2013 08:39 PM
I edited your post to add Seam components, they can also be used in this context, but it looks pretty complete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2013 06:15 AM
thank you very much !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2013 08:41 PM
JBoss EL is one of the existing implementations of EL, that's the one used by Nuxeo at runtime in this context.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2013 06:14 AM
thank you very much Anahide !
