DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> |
Note: The mainDecoratorLocation is available in parameters map as it is defined in webapp's web.xml
| Code Block | ||
|---|---|---|
| ||
<context-param> <description>The location of the main-decorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description> <param-name>mainDecoratorLocation</param-name> <param-value>component://ofbizDemo/widget/CommonScreens.xml</param-value> </context-param> |
Now is the time to define your own decorator with custom styling.
...