Keystone page operations
Keystone pages are the main pages that a user navigates between when using LiveContent. Once a user has opened the main page to view a publication, the majority of content is fetched and displayed using AJAX, and the original page is never reloaded.
- Change skin
This call allows a user to dynamically change the skin that LiveContent is using. This call can be executed during run-time, and any and all requests for skin resources or keystone pages will use the new skin value that is set in the user's session. Often, when setting this new skin value, it is best to set the value and then cause the current page to reload, so that the user will be given a fresh start in the new skin. - Client debug log
Loads a XHTML debugging page, into which the Javascript debug log is loaded and displayed. All Javascript components write their debugging and info statements into this debug log. - Log in and open publication main page
Allows a user to log in and immediately open a publication using a single API call. If the login is successful, the user is redirected to the Open Publication Frameset page and granted a new session ID for that publication. - Login page
This call loads an XHTML page that presents the user with a login interface. Upon entering a username and password, the page will acquire a session ID and redirect the user to the Publication List page under the Keystone Pages. - Open publication frameset
This call loads a dynamically generated XHTML page that contains a frameset and an immediately call to the Open Publication Main Page API call. - Open Publication main page
This call loads an XHTML page that contains all of a publication's metadata. This call is made with a main session ID and a new publication specific session ID is inserted into the page meta data. TheCVPortalJavascript object loads the rest of the publication content dynamically using AJAX and other API calls. - Publication home page
Loads an XHTML page that contains the publication's home page. This may be a static XHTML page, or a dynamically generated XHTML page that includes Shockwave Flash media. - Publication list page
This call loads an XHTML page that presents the user with the list of publications that have been registered in this instance of LiveContent. The user is able to select a publication to view, or apply incremental updates to these publications.