This widget displays the content of a help document directly in the homepage.
It can be configured to show either a custom help article or a built-in help article from PageSeeder.
If the widget displays a
Links open in the help panel.
The title of the widget in the user interface is the same as the title of the help document.
The ID of this widget is help
.
It supports the following parameters:
To ensure that a custom help article is visible to all users, use the help group within your global template project.
For example, to display a small help widget showing the homepage of the PageSeeder built-in help (default):
<widget name="help" />
Or to display a medium-sized widget that can be dismissed by the user and that shows a custom help article:
<widget name="help" size="medium">
<parameters project="app" uriid="1234" dismissible="true"/>
</widget>
The PageSeeder user manual
© Allette Systems (Australia)