Internal Console API

cpdesktop

Other API in Package

Console

Console System

Console Webservice

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.

Tag Attributes
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>
Copyright © 2006 - 2025, ContractPal, Inc. All rights reserved. API Date: May 13, 2025 07:00 AM