The width of a Web application's menu can be defined in the .wad file using the attributes of the Menu element. The Menu element is a direct child element of the WebApp root element.
Possible Attributes
|
Attribute |
Description |
|---|---|
|
|
Unit for the value specified in attribute Possible values:
If no unit is defined, the specified value for |
|
|
Menu width Possible values:
|
XML
<WebApp xmlns="http://softproject.de/webapp/1.0">
...
<Menu width="30" unit="percents"/>
<Modules>
...
</Modules>
</WebApp>