| Tag Summary |
| init | Custom tag to initialize the web page to correctly render tabbed dialogs. This needs to be the first tag of all ordered data tags and should be placed in the page before the html tag. The <core:pagecache id="xyz"/> in emptypage.jsp layout will take the elements put into cache by this tag and place them at a correct location. |
| js | Custom tag to generate JavaScript required to interact with the tabbed dialog. You should place this tag at the location in your JSP page where you need to generate the specific JavaScript code. |
| dialog | Custom tag to generate all HTML code necessary to display tabbed dialog. This is the main tag which represents the dialog itself. The dialog will be created from the content of the body of this tag. |
| tab | The header of the table contains the column headings and will be created from the content of the body of this tag. This tag has to be placed inside of table tag. |
| helptab | Custom tag to generate all HTML code necessary to display one tab of the tabbed dialog, which is displayed, when user clicks on the help button associated with the tabbed dialog. This tab doesn't have any tab heading so it is not visible by default. |