GLOBAL INDEX  |  FRAMES  |  NO FRAMES
Library: appjet
Overview
The global appjet object contains access to the AppJet runtime, app meta-data, and other information.
source: appjet.js
Objects
object
appjet
object
appjet._native
This is the interface to the native AppJet VM. You probably won't need to use this, but if you do, be careful!
boolean
appjet.isPreview
Holds whether the current request is a preview request.
boolean
appjet.isShell
Holds whether we are currently executing in a shell session.
boolean
appjet.isTransient
Holds whether the app is "transient", that is, created by a user without an account.
string
appjet.mainDomain
The domain this app is running on. For app "foo" hosted at "foo.appjet.net", for example, this will be "appjet.net". When AppJet eventually supports hosting at other domains, this may be something other than "appjet.net".
number
appjet.encodedAppKey
The current app's encoded app key. This is useful for constructing links to AppJet pages, such as http://appjet.com/app/<appKey>/source.
String
appjet.appName
Holds the name of the current app.
Generated by JsDoc Toolkit 1.3.3 on Thu, 03 Jul 2008 01:27:42 GMT.