Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

...


Following example is the definition for application name 'create.account' in the links file:

Code Block
languagetext
themeRDark
#default.links:
create.account.url = /customerid/create-account
create.account.entityID = cn=CID Create Account,ou=CustomerID
create.account.methods = password.1 

...

In the example below, the application 'create.account' is referenced in view.unsolicited()–function call in MENU_HELP_LINKS message property in the language file:

Code Block
languagetextthemeRDark
#uas.properties: 
MENU_HELP_LINKS = <li><a href="javascript:view.unsolicited('create.account',&#x7b;'isPassive':true&#x7d;)">Create
Account</a></li>

...