MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 485

Extending dreamweaver
Table of Contents

Advertisement

GridControlClass.js
ImageButtonClass.js
ListControlClass.js
PageSettingsASPNet.js
RadioGroupClass.js
SBDatabaseCallClass.js
ServerBehaviorClass.js
ServerSettingsASPNet.js
SQLStatementClass.js
tagDialogsCmn.js
TagEditClass.js
Use this class to create and manipulate an editable grid. You
add a special select list in your HTML, and attach this class to it
in JavaScript to manipulate the grid.
This class makes it easy to control the Pressed/Mouse-over-
while-pressed/Mouse-over/Disabled-while-pressed look of
a button.
Contains functions that manage a
a list control. The methods of the
get, set, and change the value of the
Contains functions that set the properties of an
ASP .NET document.
Contains functions that define and manage a radio button
group. The methods of the
get values and behavior of a radio button group. You attach this
class to radio buttons in your HTML to control their behavior.
A subclass of
ServerBehavior
functionality specific to making database calls, for example,
calling a stored procedure, using SQL to return a recordset,
and so on. This is an abstract base class, which means that it
cannot be created and used on its own. To use it, you must
subclass
SBDatabaseCall()
functions. Dreamweaver uses this class to implement its
recordset and stored procedures server behaviors.
Contains functions that communicate information about server
behaviors to Dreamweaver. You can subclass this class as part
of implementing your own server behaviors.
Contains functions that store the properties of a
ASP .NET server.
Contains functions that let you create and edit SQL statements
such as
,
SELECT
INSERT
statements.
Contains functions that help you develop custom tag dialog
boxes. The methods of the
modify attributes and values for a particular tag.
Contains functions that edit tags without changing the DOM of
the current page. The methods of the
this file get and set a tag's value, attributes, and children. This
class is useful for making complex edits because the DOM
does not get stale.
<select>
ListControl
SELECT
object in this file set and
RadioGroup
class. This class includes
and implement the placeholder
,
,
, and stored procedure
UPDATE
DELETE
object defined in this file
tagDialog
TagEdit
The Shared folder contents
tag>, also known as
object in this file
control.
object defined in
485

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents