Adobe GoLive CS2 Programmer's Manual page 190

Hide thumbs Also See for GoLive CS2:
Table of Contents

Advertisement

SDK Programmer's Guide
markup document
A document that uses a markup language, such as HTML, XML, WML, ASP, or JSP.
markup objects
A general term for JavaScript objects that represent the contents of a
element , comment , text , and markup objects, all of which share the
markup tree
The hierarchy of JavaScript
modal dialog
A dialog box or window that requires a response before allowing the user to proceed. It contains a control,
such as an OK button, that can dismiss it. User alerts are examples of modal dialogs.
modeless dialog
Also known as a palette, this window floats above open document windows without requiring a user
response. Is never terminated but can be hidden.
module
A unit that encapsulates specific GoLive functionality, such as the JavaScript module. Many of the GoLive
features are implemented in built-in modules. One of these, the Extend Script module, enables you to add
your own extensions to GoLive, which are also modules. When the SDK loads an extension containing a
<jsxmodule> element, it creates a module object.
outer HTML
An entire HTML element, including both the text that appears between an element's opening and closing
tags, and the tags themselves. See also
palette
A floating window. The Window menu contains a list of all palettes defined in loaded modules; they are
hidden until selected. Selected (visible) palettes are checked in the menu. See also
parse
To read the elements in a document and generate a tree of markup objects representing the elements the
document defines. GoLive parses the active document in response to any of the following events:
The user drops an Objects palette icon onto a GoLive document window.
GoLive reads a document containing a custom HTML element defined by the <jsxelement> and
<jsxpaletteentry> elements.
The user switches to Layout view from another view in the document window.
resource
A file or folder on a DAV or web server.
site document
A
document
markup
objectss that represent the contents of a document.
object that represents a web site, and is saved in a .site file.
Adobe GoLive CS2 SDK
inner
HTML.
markup
document. These can be
Markup
Interface.
modeless
Glossary
190
dialog.

Advertisement

Table of Contents
loading

Table of Contents