cpdesktop tag
Creates an anchor or button that can be used for reloading the browser with the platform desktop. If action is supplied the running pal will reload with the given action wrapped by the console desktop.
Attribute |
Notes |
test
|
|
title
|
|
class
|
|
style
|
|
value
|
|
action
|
|
tabindex
|
|
app
|
store start profile enterprise palmanager
|
Sample:
<html>
<head>
<title>Your Pal</title>
</head>
<body>
<c:cpdesktop value="Show Desktop"/>
<c:cpdesktop action="reloadPal" app="this">Click here to switch to desktop</c:cpdesktop>
<c:cpdesktop app="profile">Click here to switch to desktop and change your username or password</c:cpdesktop>
</body>
</html>