Wicket Viewer
Configuration of the Wicket viewer.
Property | Default | Description | ||
---|---|---|---|---|
isis.viewer.wicket.ajax-debug-mode |
Whether the Ajax debug should be shown, by default this is disabled. |
|||
isis.viewer.wicket.app |
Specifies the subclass of There is usually very little reason to change this from its default. |
|||
isis.viewer.wicket.application. |
Label used on the about page. |
|||
isis.viewer.wicket.application. |
Either the location of the image file (relative to the class-path resource root), or an absolute URL. This is rendered on the header panel. An image with a size of 160x40 works well. If not specified, the application.name is used instead. |
|||
isis.viewer.wicket.application. |
Either the location of the image file (relative to the class-path resource root), or an absolute URL. This is rendered on the sign-in page. An image with a size of 400x40 works well. If not specified, the application name is used instead. |
|||
isis.viewer.wicket.application.css |
URL of file to read any custom CSS, relative to A typical value is |
|||
isis.viewer.wicket.application. |
Specifies the URL to use of the favIcon. This is expected to be a local resource. |
|||
isis.viewer.wicket.application.js |
URL of file to read any custom JavaScript, relative to A typical value is |
|||
Specifies the file name containing the menubars. This is expected to be a local resource. |
||||
isis.viewer.wicket.application. |
Identifies the application on the sign-in page (unless a sign-in image is configured) and on top-left in the header (unless a header image is configured). |
|||
isis.viewer.wicket.application. |
The version of the application, eg 1.0, 1.1, etc. If present, then this will be shown in the footer on every page as well as on the about page. |
|||
isis.viewer.wicket.base-path |
The base path at which the Wicket viewer is mounted. |
|||
isis.viewer.wicket. |
Specifies the maximum number of bookmarks to show. These are aged out on an MRU-LRU basis. |
|||
isis.viewer.wicket. |
Whether the panel providing linsk to previously visited object should be accessible from the top-left of the header. |
|||
Whether the drop-down list of previously visited objects should be shown in the footer. |
||||
Whether to enable the 'where am i' feature, in other words the breadcrumbs. |
||||
null |
||||
isis.viewer.wicket. |
If the end user uses a deep link to access the Wicket viewer, but is not authenticated, then this configuration property determines whether to continue through to that original destination once authenticated, or simply to go to the home page. The default behaviour is to honour the original destination requested. |
|||
isis.viewer.wicket.credit |
List of organisations or individuals to give credit to, shown as links and icons in the footer. A maximum of 3 credits can be specified. IntelliJ unfortunately does not provide IDE completion for lists of classes; YMMV.
|
|||
isis.viewer.wicket.date-picker. |
Defines the first date available in the date picker. As per http://eonasdan.github.io/bootstrap-datetimepicker/Options/#maxdate, in ISO format (per https://github.com/moment/moment/issues/1407). |
|||
isis.viewer.wicket.date-picker. |
Defines the first date available in the date picker. As per http://eonasdan.github.io/bootstrap-datetimepicker/Options/#maxdate, in ISO format (per https://github.com/moment/moment/issues/1407). |
|||
isis.viewer.wicket. |
Determines whether debug bar and other stuff influenced by By default, depends on the mode (prototyping = enabled, server = disabled). This property acts as an override. |
|||
isis.viewer.wicket.dialog-mode |
Whether the dialog mode rendered when invoking actions on domain objects should be to use the sidebar (the default) or to use a modal dialog. This can be overridden on a case-by-case basis using |
|||
Whether the dialog mode rendered when invoking actions on domain services (that is, menus) should be to use a modal dialog (the default) or to use the sidebar panel. This can be overridden on a case-by-case basis using |
||||
isis.viewer.wicket.live-reload-url |
If specified, then is rendered on each page to enable live reload. Configuring live reload also requires an appropriate plugin to the web browser (eg see livereload.com and a mechanism to trigger changes, eg by watching |
|||
isis.viewer.wicket. |
null |
|||
isis.viewer.wicket. |
null |
|||
isis.viewer.wicket. |
The maximum number of characters to use to render the title of a domain object (alongside the icon) in any table, if not otherwise overridden by either If truncated, then the remainder of the title will be replaced with ellipses (…). |
|||
isis.viewer.wicket.message-popups. |
How long the error popup should display before disappearing. A value of 0 (the default) means do not disappear automatically. |
|||
isis.viewer.wicket.message-popups. |
How long the info popup should display before disappearing. A value of 0 means do not disappear automatically. |
|||
isis.viewer.wicket.message-popups. |
How far in from the edge the popup should display |
|||
isis.viewer.wicket.message-popups. |
Whether to display popups aligned ot the left or right of the page. The default is to show them aligned to the right |
|||
isis.viewer.wicket.message-popups. |
Whether to display popups at the top or the bottom of the page. The default is to show them at the top. |
|||
isis.viewer.wicket.message-popups. |
How long the warning popup should display before disappearing. A value of 0 (the default) means do not disappear automatically. |
|||
isis.viewer.wicket. |
Whether to disable a form submit button after it has been clicked, to prevent users causing an error if they do a double click. This behaviour is enabled by default, but can be disabled using this flag. |
|||
isis.viewer.wicket. |
Whether to disable a no-arg action button after it has been clicked, to prevent users causing an error if they do a double click. This behaviour is enabled by default, but can be disabled using this flag. |
|||
isis.viewer.wicket.prompt-style |
Whether to use a modal dialog for property edits and for actions associated with properties. This can be overridden on a case-by-case basis using This behaviour is disabled by default; the viewer will use an inline prompt in these cases, making for a smoother user experience. |
|||
isis.viewer.wicket. |
Whether to redirect to a new page, even if the object being shown (after an action invocation or a property edit) is the same as the previous page. This behaviour is disabled by default; the viewer will update the existing page if it can, making for a smoother user experience. If enabled then this reinstates the pre-1.15.0 behaviour of redirecting in all cases. |
|||
If the "remember me" feature is available, specifies the key to hold the encrypted credentials in the cookie. |
||||
isis.viewer.wicket.remember-me. |
If the "remember me" feature is available, optionally specifies an encryption key (a complex string acting as salt to the encryption algorithm) for computing the encrypted credentials. If not set, then (in production mode) the Wicket viewer will compute a random key each time it is started. This will mean that any credentials stored between sessions will become invalid. Conversely, if set then (in production mode) then the same salt will be used each time the app is started, meaning that cached credentials can continue to be used across restarts. In prototype mode this setting is effectively ignored, because the same key will always be provided (either as set, or a fixed literal otherwise). |
|||
isis.viewer.wicket.remember-me. |
Whether the sign-in page should have a "remember me" link (the default), or if it should be suppressed. If "remember me" is available and checked, then the viewer will allow users to login based on encrypted credentials stored in a cookie. An encryption key can optionally be specified. |
|||
isis.viewer.wicket. |
In Firefox and more recent versions of Chrome 54+, cannot copy out of disabled fields; instead we use the readonly attribute (https://www.w3.org/TR/2014/REC-html5-20141028/forms.html#the-readonly-attribute) This behaviour is enabled by default but can be disabled using this flag |
|||
Whether to show the footer menu bar. This is enabled by default. |
||||
Whether Wicket tags should be stripped from the markup. By default this is enabled, in other words Wicket tags are stripped. Please be aware that if tags are not stripped, then this may break CSS rules on some browsers. |
||||
isis.viewer.wicket. |
Whether to suppress the password reset link on the sign-in page. Although this is disabled by default (in other words the 'reset password' link is not suppressed), note that in addition the application must provide an implementation of the |
|||
isis.viewer.wicket. |
Whether to suppress the sign-up link on the sign-in page. Although this is disabled by default (in other words the sign-up link is not suppressed), note that in addition the application must provide an implementation of the |
|||
isis.viewer.wicket.themes.enabled |
A comma separated list of enabled theme names, as defined by https://bootswatch.com. |
|||
isis.viewer.wicket.themes.initial |
The initial theme to use. Expected to be in the list of |
|||
isis.viewer.wicket.themes. |
Whether the theme chooser widget should be available in the footer. |
|||
isis.viewer.wicket. |
Whether to show an indicator for a form submit button that it has been clicked. This behaviour is enabled by default. |
|||
isis.viewer.wicket. |
Whether to show an indicator for a no-arg action button that it has been clicked. This behaviour is enabled by default. |
|||
isis.viewer.wicket.welcome.text |
Text to be displayed on the application’s home page, used as a fallback if welcome.file is not specified. If a @HomePage action exists, then that will take precedence. |
|||
isis.viewer.wicket. |
Whether the Wicket source plugin should be enabled; if so, the markup includes links to the Wicket source. This behaviour is disabled by default. Please be aware that enabloing it can substantially impact performance. |