ID
weave.bookmark
Sub-tags
Name | Type | Cardinality | Default | Description |
---|---|---|---|---|
extent | boolean | 0..1 | true | Should the current extent be includable in the bookmark |
layers | boolean | 0..1 | true | Should the current ToC content be includable in the bookmark |
redlines | boolean | 0..1 | true | Should the current redlines be includable in the bookmark |
entity | boolean | 0..1 | true | Should the current active entity be includable in the bookmark |
selection | boolean | 0..1 | true | Should the selection for the active entity be includable in the bookmark |
categories | boolean | 0..1 | true | Disable the use of categories, you only need to set this attribute (to false) if you have configured the bookmarks to include categories but you want to include one of the bookmark tools in a client without the categories. If you have not configured a data definition for the categories in the bookmark config then this flag will not do anything, refardless of it being set to true or false. |
groups | boolean | 0..1 | true | Disable the use of groups, you only need to set this attribute (to false) if you have configured the bookmarks to include groups but you want to include one of the bookmark tools in a client without the groups. If you have not configured a data definition for the groups in the bookmark config then this flag will not do anything, regardless of it being set to true or false. |
baseUrl | URL | 0..1 | Overwrite base URL when generating a shred bookmark, will use the URL used to start the client if not specified | |
create | boolean | 0..1 | true | Should the "Create Bookmark" option be included in the menu |
publish | boolean | 0..1 | true | Should the "Create Publish Bookmark" option be included in the menu, default to false if user is anonymous |
share | boolean | 0..1 | true | Should the "Create Shared Bookmark" option be included in the menu, default to false if user is anonymous |
published | boolean | 0..1 | true | Should the published bookmarks be included in the menu |
manage | boolean | 0..1 | true | Should the "Manage Bookmarks" option be included in the menu |
warning | boolean | 0..1 | true | Should delete actions be verified |
grouped | boolean | 0..1 | false | Change the way groups are displayed This pre-dates the addition of the groups and categories properties (added in 2.5.29) and switches between grouping bookmarks based on the user id or just including the user id in the text. |
Examples
Grouping published bookmarks
...
The following is an example of two inline data definitions that will contain the data definition used for the bookmark samples following it. They do not have to be inline data definitions, any data definition type will work, but their use here makes it easier to follow this example.
Bookmark grouping data definitions
...
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.bookmark" categories="false"/> |
...