The basic structure of a JAXFront web frontend is based on the following layout.
One may change the structure or the layout of the div layers by changing the content of the templates located in the JAXFront webapps folder called "templates". Anything except the reserved tag names ${reservedTag} may be changed.
Image Removed If
If the tree (on the left side) should not be displayed, set the following global setting in your XUI:
Codeblock |
---|
theme | Eclipse |
---|
language | xml |
---|
linenumbers | true |
---|
|
<XUI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xui.xsd" version="1.60"> |
...
...
...
...
...
...
...
...
In the XUI Editor, do the following:
Image Removed
Image Added
Click on global settings in the toolbar. Select tab "Style", choose tab "Navigation tree" and set the field "Visible?" to "No".
Image Removed
If you do not want the HelperFrameSet containing the error list and buttons, set the following global XUI setting:
Codeblock |
---|
theme | Eclipse |
---|
language | xml |
---|
linenumbers | true |
---|
|
<XUI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xui.xsd" version="1.60"> |
...
...
...
...
<showStatusBar>false</showStatusBar> |
...
<showButtonBar>false</showButtonBar> |
...
...
...
...
Image Removed
Image Added