Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Show a splash page with multiple tabs

Code Block
languagexml
<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
languagexml
<item action="weave.showsplash"/>

...