The Common folder
The Common folder has shared scripts and classes for use in third-party extensions.
CodeBehindMgr.js | Contains functions for creating a code-behind document. A code-behind document lets you create distinct pages that separate the code for user interface (UI) logic from the code for a UI design. The methods of |
ColumnValueNodeClass.js | Contains functions for mapping database columns to values. The methods of |
CompilerClass.js | Contains functions for a base class used by |
DataSourceClass.js | Contains functions that define the return structure for findDynamicSources(). |
DBTreeControlClass.js | Contains functions that build a database tree control. This class is used to create and interact with a database tree control. To create a database tree control, such as the one in the advanced recordset server behaviors, create a special |
dotNetUtils.js | Contains functions to facilitate working with object property inspectors, and server behaviors for ASP .NET form controls, which are translated. |
dwscripts.js | Look in the main file to find useful functions for all Adobe Dreamweaver extensions. It includes functions for working with strings, files, design notes, and so on. |
dwscriptsExtData.js | This file is an extension of the dwscripts.js file. This file facilitates working with server behaviors, particularly with server behavior EDML files. Used extensively in Adobe Dreamweaver's implementation of server behaviors. |
dwscriptsServer.js | This file is an extension of the dwscripts.js file. It contains functions that are specific to server models. Many of these functions are used when working with server behaviors. |
GridControlClass.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. |
ImageButtonClass.js | This class makes it easy to control the Pressed/Mouse-over-while-pressed/Mouse-over/Disabled-while-pressed look of a button. |
ListControlClass.js | Contains functions that manage a |
PageSettingsASPNet.js | Contains functions that set the properties of an ASP .NET document. |
RadioGroupClass.js | Contains functions that define and manage a radio button group. The methods of the |
SBDatabaseCallClass.js | A subclass of |
ServerBehaviorClass.js | Contains functions that communicate information about server behaviors to Adobe Dreamweaver. You can subclass this class as part of implementing your own server behaviors. |
ServerSettingsASPNet.js | Contains functions that store the properties of a ASP .NET server. |
SQLStatementClass.js | Contains functions that let you create and edit SQL statements such as |
tagDialogsCmn.js | Contains functions that help you develop custom tag dialog boxes. The methods of the |
TagEditClass.js | Contains functions that edit tags without changing the DOM of the current page. The methods of the |
TreeControlClass.js | Contains functions that manage a tree control within Adobe Dreamweaver. The methods of the |
XMLPropSheetClass.js | Contains functions that manage the location and values of a XML property sheet. |