| Tag Summary |
| accordionItem | Description : Renders an accordion item, with a title and a content in its body. |
| accordion | Description : Main tag for the accordion component. |
| alert | Description : Display an alert message. |
| calendar | Description : Displays a calendar component. |
| collapseHeader | Description : The content of this tag will be displayed as the collapse header, overriding the header attribute. Nested in tag : ria:collapse |
| collapseManager | Description : This tag allow you to link many collapse tags. All nested collapse tags will be linked and if the user expand one, all others will be closed. Nested in tag : any |
| collapse | Description : Display a collapse/expand zone. Nested in tag : any, ria:collapseManager |
| context | Description : Allow you to declare a context in your page, with the possibility of prefixing every RIA component instance avoiding conflicts. Nested in tag : Any |
| actionElse | Description : Allow you to describe an action to execute if the control fails. Nested in tag : ria:control |
| action | Description : Allow you to describe an action to execute if the control passes. Nested in tag : ria:control |
| control | Description : Allow you to describe a control on a component and/or execute action after an user input. Nested in tag : any |
| test | Description : Allow you to add a test to a control component. |
| dockingcolumn | Description : Display a column to place elements inside |
| dockinglayout | Description : Displays a docking layout, meaning composed of moveable magnetic windows |
| editabletext | Description : Editable Text Zone. Nested in tag : any |
| fileUpload | Description : displays a file upload component. Nested in tag : any |
| frame | Description : Surround the content or the targetedId by a border. Nested in tag : any |
| gridbean | Description : Display a grid, using the information contained in a bean. |
| griddetail | Description : Represents the data that will be displayed in the detail field of each row of a grid. Use it once per iterator. Fill its body to set the content. Nested in tag : ria:tbodyIterator, ria:simplegrid |
| row | Description : Set properties about the grid current row. Nested in tag : ria:simplegrid , ria:tbodyIterator |
| gridexport | Description : Defines and display an export excel for the grid targeted. Nested in tag : any. |
| gridinnerexport | Description : Display an export excel into the grid, by triggering it on the context menu. Nested in tag : ria:grid, ria:simplegrid, ria:gridbean. |
| singleexport | Description : Display an export excel for a data provider targeted. Nested in tag : any. |
| tbodyIterator | Iterate over a collection and fill a grid model with its data. Nested in tag : ria:grid |
| hcolumn | Description : Represents a column that is contained into a grid. Nested in tag : ria:grid, ria:theader |
| column | Description : Represents a column that is contained into a grid. Nested in tag : ria:tbodyIterator |
| gcolumn | Description : Represents a group column. Nested in tag : ria:theader |
| theader | Description : Contains the grid column headers (ria:hcolumn), and add them properties. Nested in tag : ria:grid |
| grid | Description : Display a grid, using the multi tag structure implementation similar to the old ria:table tag. Nested in tag : any |
| simplegridcolumn | Description : Represents a column that is contained into a simplegrid. This tag manages both the header and the content of the columns. Nested in tag : ria:simplegrid |
| simplegridgroupcolumn | Description : |
| simplegrid | Description : Display a simplegrid, using the simple tag structure implementation. Nested in tag : any. |
| list | Description : Render a list of bean in read or write mode. |
| mandatoryControl | Description : Render a Mandatory Control component, allowing a form validation depending on some controls. |
| mandatory | Description : Specify a mandatory control to add to a mandatoryControl repository. Nested in tag : ria:mandatoryControl |
| contextmenu | Description : Creates a context menu, that is being activated on a right click on a specific choosen element |
| menuitem | Description : Creates a new menu item. These elements are nestables to create multi levels. |
| menu | Description : Creates a simple menu. Nested in tag : any |
| menubar | Creates a menu which level 1 elements are displayed in a header bar. |
| message | Description : Render a message component broadcasted by its parent tag events. Nested in tag : ria:test, ria:mandatoryControl |
| messenger | Description : Render a messenger component. This component catch the messages referring to its id and display them. |
| newwindow | Description : Creates a window component. This window is the new |
| readerCategory | Description : Display a collapse in a reader which can contain other categories or items. |
| readerItem | Description : Display an item in a reader component. This item contain some text which can be displayed or hidden. |
| reader | Description : Render a list of bean in read mode with the possibility to create subcategory. |
| resourcesImport | Description : Import JavaScript/CSS required by SweetDEV RIA. MANDATORY. |
| slCell | Description : Displays a cell in a column, delimited by an horizontal spliter |
| slcolumn | Description : Split a spliterLayout part in 2 columns |
| spliterlayout | Description : Displays a spliter layout, meaning a layout where the content is placed into resizable columns and cells |
| suggest | Description : Display a combo suggest. Nested in tag : any |
| tabContent | Description : Tab Layout Content tag |
| tabLayout | Description : Tab Layout main tag |
| tabpanel | Description : Displays a tabpanel, with a content of any kind |
| tabpanels | Description : Container for all tabpanel |
| tab | Description : Display a tab activating a content on click |
| tabbox | Description : Display a tabbox, meaning a box where content are shown with tabs |
| tabs | Description : Container for the ria:tab elements |
| clickToOpenContent | Description : Represents an element displayed in a tooltip. |
| clickToOpenLink | Description : Displays a link opening and closing a tooltip |
| treeNode | Description : Tag for the tree nodes |
| tree | Description : Tag for the tree component |
| zoneRefresher | Description : Generates the element refreshing a zone. Nested in tag : any |
| zone | Description : Display an 'ajax' zone. Nested in tag : any |