Adobe GoLive CS2 Programmer's Manual page 189

Hide thumbs Also See for GoLive CS2:
Table of Contents

Advertisement

Adobe GoLive CS2 SDK
SDK Programmer's Guide
Glossary
189
ExtendScript
A means of extending the GoLive design environment. ExtendScript comprises the Extend Script module
that GoLive supplies in its Modules folder, the JavaScript engine built into the GoLive application, and the
JavaScript API that allows your extensions to access all the major features of GoLive programmatically.
Extend Scripts is the name of the folder that holds extension source files.
extension
A script written in
ExtendScript
that extends the functionality of Adobe GoLive CS2 SDK.
extension folder
A folder that holds the source files that define one extension. To install an extension, place its extension
folder in the GoLive/Modules/Extend Scripts/ folder and restart GoLive.
external binary library
A platform-specific binary library compiled from C or C++ source code. Mac OS platforms implement
external binaries as shared libraries and Windows platforms implement them as dynamically linked
libraries.
external JavaScript library
An external library written in JavaScript. Functions defined externally can be included inline in an
extension's Main.html file by referencing the .js file that defines them in the src attribute of the
<script> tag.
file
The disk-based representation of document data.
inner HTML
The text that appears between an element's opening and closing tags. See also
outer
HTML.
inspector
A type of
modeless dialog
that is attached to an object and displays its properties. GoLive provides a single
Inspector window that all extensions share.
layout objects
JavaScript objects ( box and layout objects) that control the visual representation of a
markup
document's contents in the Layout view.
localization
The GoLive localization mechanism translates user-interface strings into different languages, according to
the locale of the computer it is running on. There is default behavior, which you can extend by providing
additional
localization
tables.
localization table
An HTML table in a specific format which enables GoLive to map English-language strings in an extension's
source code to localized counterparts.

Advertisement

Table of Contents
loading

Table of Contents