...
...
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 | data definition | 0..1 | Data definition proividing list of first level groups for published bookmarks | |
groups | data definition | 0..1 | Data definition providing list of second level groups for published bookmarks | |
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 |
Examples
Grouping published bookmarks
...
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.bookmarksbookmark"/> |
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.bookmarksbookmark" categories="bookmark_category"/> |
...
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.bookmarksbookmark" categories="bookmark_category" groups="bookmark_groups"/> |
...