...
Show a splash page with multiple tabs
Code Block | ||
---|---|---|
| ||
<plugin id="weave.splash"> <tabs> <tab url="static/welcome.html" title="Welcome"/> <tab url="static/help.html" title="Help"/> <tab url="static/contact.html" title="Contact"/> </tabs> </plugin> |
Finally, the show splash button can be added to a toolbar and would allow the user to display the page at any time
Code Block | ||
---|---|---|
| ||
<item action="weave.showsplash"/> |
...