|
activeTemplate
|
|
|
Access
|
read-only
|
|
Returns
|
fTemplate
|
|
activeToolbars
|
|
|
Access
|
read-only
|
|
Returns
|
fToolbar[]
|
|
activeWorkspace
|
|
|
Access
|
read-only
|
|
Returns
|
fWorkspace
|
|
arrays
|
|
|
Access
|
read-only
|
|
Returns
|
fArray
|
|
build
|
|
|
Access
|
read-only
|
|
Returns
|
int
|
|
debugSocket
|
|
|
Access
|
read-only
|
|
Returns
|
fDebugSocket
|
|
defaultDocumentPath
|
|
|
Access
|
read-only
|
|
Returns
|
fPath
|
|
domImplementation
|
|
|
Access
|
read-only
|
|
Returns
|
fxDOMImplementation
|
|
environment
|
|
|
Access
|
read-only
|
|
Returns
|
fStringArray
|
|
features
|
|
|
Access
|
read-only
|
|
Returns
|
fIntArray
|
|
fonts
|
|
|
Access
|
read-only
|
|
Returns
|
fFont
|
|
hashes
|
|
|
Access
|
read-only
|
|
Returns
|
fArray
|
|
insertMarkupDefaults
|
|
|
Access
|
read-write
|
|
Returns
|
fInsertMarkupItem[]
|
|
installPath
|
|
|
Access
|
read-only
|
|
Returns
|
fPath
|
|
isBlackbox
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
isOCX
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
isUnicode
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
jsDebugFlag
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
libraries
|
|
|
Access
|
read-only
|
|
Returns
|
fLibraries
|
|
libraryPath
|
|
|
Access
|
read-only
|
|
Returns
|
fPath
|
|
libraryPaths
|
|
|
Access
|
read-only
|
|
Returns
|
fPathArray
|
|
logs
|
|
|
Access
|
read-only
|
|
Returns
|
fArray
|
|
noStrictJS
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
perlInstalled
|
|
|
Access
|
read-only
|
|
Returns
|
boolean
|
|
toolbars
|
|
|
Access
|
read-only
|
|
Returns
|
fToolbar[]
|
|
variables
|
|
|
Access
|
read-only
|
|
Returns
|
fStringArray
|
|
version
|
|
|
Access
|
read-only
|
|
Returns
|
String
|
|
versionMajor
|
|
|
Access
|
read-only
|
|
Returns
|
int
|
|
versionMinor
|
|
|
Access
|
read-only
|
|
Returns
|
int
|
|
versionPatch
|
|
|
Access
|
read-only
|
|
Returns
|
String
|
|
workspaces
|
|
|
Access
|
read-only
|
|
Returns
|
fWorkspace[]
|
|
addActiveToolbartoolbar
|
|
|
Parameters
|
Object toolbar
The fToolbar object or toolbar name to add to the active toolbars.
|
|
Returns
|
void. None.
|
|
addLibraryPathpath
|
|
|
Parameters
|
fPath path
The path to add to the library path array.
|
|
Returns
|
void. None
|
|
addTernDefinitionsfilename
|
|
|
Parameters
|
fPath filename
The path of the file containing the defs.
|
|
Returns
|
void. None.
|
|
alerttext
|
|
|
Parameters
|
String text
The text string to display.
|
|
Returns
|
void. None.
|
|
calculateHashstring lowercase
|
|
|
Parameters
|
String string
The string to hash.
boolean lowercase
If true, the string will be converted to lower case before hashing.
|
|
Returns
|
float. The resulting integer hash value.
|
|
calculateMD5stringlowercase
|
|
|
Parameters
|
String string
The string to hash.
boolean lowercase
If true, the string will be converted to lower case before hashing.
|
|
Returns
|
String. The resulting hash value.
|
|
clearActiveToolbars
|
|
|
Parameters
|
None
|
|
Returns
|
void. None.
|
|
clearLibraryPaths
|
|
|
Parameters
|
None
|
|
Returns
|
void. None.
|
|
clearTernDefinitions
|
|
|
Parameters
|
None
|
|
Returns
|
void. None
|
|
createToolbarnamelocationdisplay
|
|
|
Parameters
|
String name
The name of the toolbar.
int location
The side on which the toolbar is to be displayed. Value is one of fToolbar.LocationType.
int display
The type of display to show for the toolbar. Value is one of fToolbar.DisplayType.
|
|
Returns
|
fToolbar. A new fToolbar object.
|
|
createToolbarActionname
|
|
|
Parameters
|
String name
The name of the action.
|
|
Returns
|
fToolbarAction. A new fToolbarAction object.
|
|
deleteToolbarname
|
|
|
Parameters
|
String name
The name of the toolbar.
|
|
Returns
|
void. None.
|
|
getStringnumber
|
|
|
Parameters
|
int number
The number of the string.
|
|
Returns
|
String. The string at the required number, if present.
|
|
getStringItemnumber item
|
|
|
Parameters
|
int number
The number of the string.
int item
The number of the item to look for in the string.
|
|
Returns
|
String. The item at the required string, if present.
|
|
getToolbarname
|
|
|
Parameters
|
String name
The name of the toolbar.
|
|
Returns
|
fToolbar. The fToolbar object if it exists.
|
|
getToolbarActionname
|
|
|
Parameters
|
String name
The name of the action.
|
|
Returns
|
fToolbarAction. The fToolbarAction object if it exists.
|
|
loadJSfilename
|
|
|
Parameters
|
fPath filename
The path of the file containing the script.
|
|
Returns
|
void. None.
|
|
loadStringspath
|
|
|
Parameters
|
fPath path
The path of the strings file to load.
|
|
Returns
|
void. None.
|
|
loadTemplatefilename runAutoexecloadPFIstartPage
|
|
|
Parameters
|
fPath filename
The path of the template file to load.
boolean runAutoexec
If true, run any autoexec script present in the template.
boolean loadPFI
If true, load any saved page format information present in the template.
int startPage
The page number to select when the template has loaded.
|
|
Returns
|
fTemplate. The fTemplate object for the new template.
|
|
loadToolbarsfileName
|
|
|
Parameters
|
String fileName
The path to the file to load. If not set, the default preferences file will be loaded.
|
|
Returns
|
void. None.
|
|
loadWorkspaceworkspace
|
|
|
Parameters
|
fWorkspace workspace
workspace to save
|
|
Returns
|
void. None.
|
|
lookupVerbnamenumber
|
|
|
Parameters
|
String name
The name to look up in the verb group.
int number
The number of the verb group.
|
|
Returns
|
int. The value assigned to the name in the verb group, or -1 if not found.
|
|
refreshMenus
|
|
|
Parameters
|
None
|
|
Returns
|
void. None
|
|
refreshToolbars
|
|
|
Parameters
|
None
|
|
Returns
|
void. None.
|
|
removeActiveToolbartoolbar
|
|
|
Parameters
|
Object toolbar
The fToolbar object or toolbar name to remove from the active toolbars.
|
|
Returns
|
void. None.
|
|
removeLibraryPathitem
|
|
|
Parameters
|
fPath item
The path to remove.
|
|
Returns
|
void. None.
|
|
removeTernDefinitionsname
|
|
|
Parameters
|
String name
The name of the definitions to remove (value of '!name' in the definitions file).
|
|
Returns
|
void. None.
|
|
runMacromacrowait
|
|
|
Parameters
|
String macro
The macro to run, including any parameters.
boolean wait
If true, the call does not return until the macro has completed (or is interrupted).
|
|
Returns
|
void. None.
|
|
runStringnumber
|
|
|
Parameters
|
int number
The number of the string.
|
|
Returns
|
void. None.
|
|
saveToolbars
|
|
|
Parameters
|
None
|
|
Returns
|
void. None.
|
|
saveWorkspaceworkspace
|
|
|
Parameters
|
fWorkspace workspace
workspace to save
|
|
Returns
|
void. None.
|
|
saveWorkspaceLEworkspace
|
|
|
Parameters
|
fWorkspace workspace
workspace to save
|
|
Returns
|
void. None.
|
|
setStringnumbertext
|
|
|
Parameters
|
int number
The number of the string.
String text
The string to set at that number.
|
|
Returns
|
void. None.
|
|
statustext
|
|
|
Parameters
|
String text
The text string to display.
|
|
Returns
|
void. None.
|
|
suspendToolbarRefreshsuspend
|
|
|
Parameters
|
boolean suspend
If true, redrawing of toolbars will be suspended.
|
|
Returns
|
void. None.
|
|
zipOpenareapathopenModedefaultCompression
|
|
|
Parameters
|
String area
The name of the area to use when accessing the zip file.
fPath path
The path of the zip file to open.
int openMode
The mode to use when opening the zip file. This defaults to fZip.OPEN_CREATE. Values are in fZip-OpenModes.
int defaultCompression
The default compression level to use for all files. Values are in fZip-CompressionLevels.
|
|
Returns
|
fZip. A new fZip object.
|