...
Additionally, for the text/labelling it can be a bit inconsistent, but a general run of thumb is to set a 'text', or 'label', property to add/alter the default text for a button/panel/component/control.
License Agreement and Responses
It is possible to display a license agreement dialog to a user and redirect them to a specified URL based on their response. Alternatively, this function could be used to display a different message to the user.
Code Block |
---|
<client:config id="external">
<title>External Client</title>
<description>Client for access by external users</description>
<license>
<usetop>true</usetop> <!-- Since Weave 2.5.26: When Weave is embedded inside an IFrame, indicate that the top-level window has to be changed to the given URL. -->
<title>License</title>
<text>By clicking OK you agree to the terms and conditions of Weave end user license agreement.</text>
<url>https://www.cohga.com</url>
</license>
<acl id="external"/>
<!-- Other config items here -->
<client:config>
|
Aliases
As of version 2.22.9 of the com.cohga.client.weave bundle it's possible to specify an alias for a client configuration.
...
Info |
---|
As of Weave 2.5.18 this bundle is already included and setup so all you need to do is the last step to add theĀ |
...