| |||||||
FRAMES NO FRAMES |
For example, if the external URL prefix of the resource is http://www.ensemble.com/app/ and the desired page after login is http://www.ensemble.com/app/pages/mainpage.html, then the full login link would be made by adding pages/mainpage.html to the login link prefix.
<pt:ensemble.loginlink pt:level="4" pt:key="loginurlprefix"/>
var loginLink = "<pt:logic.value pt:value="$loginurlprefix"/>" + "pages/mainpage.html";
Tag Information | |
Tag Name | loginlink |
Attributes | ||||
Name | Type | Required | Default Value | Description |
level | int | true | null | The authentication level that the user will use to login. |
key | string | true | null | The key used to store the resource data in memory. |
scope | scope | false | portlet request | The scope used to store the resource data in memory. See the Logic Tag Library description for more details about valid scope arguments. |
| |||||||
FRAMES NO FRAMES |