Versions Compared

Key

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

...

Code Block
languagexml
<plugin id="weave.splash" height="400" width="600" url="https>
	<height>400</height>
	<width>600</width>
	<url>https://cohga.com/weave/licence.html" redirectUrl="httpshtml</url>
	<redirectUrl>https://cohga.com/weave/"<redirectUrl>
</>plugin>

Show a basic splash page with embedded HTML that allows the user to stop it displaying at the start of each session.

...

If you have a different splashId specified in the plugin configuration you have to also provide that, and if .

Code Block
languagexml
<item action="weave.showsplash" splashId="splash20211119"/>

If you want to specify a different tab on a multi-tab splash panel you can also do that, for example to show the Help tab in the above configuration when the button is pressed you can use the following (the tab number starts from 0).

Code Block
languagexml
<item action="weave.showsplash" splashId="splash20211119" tab="1"/>

Further Reading

...