...
Following example is the definition for application name 'create.account' in the links file:
Code Block | ||||
---|---|---|---|---|
| ||||
#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 | ||||
---|---|---|---|---|
| ||||
#uas.properties: MENU_HELP_LINKS = <li><a href="javascript:view.unsolicited('create.account',{'isPassive':true})">Create Account</a></li> |
...