MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 196

For windows 95/98/nt4/2000
Table of Contents

Advertisement

204
AddScriptToolbutton
function AddScriptToolbutton(wsToolbarName, wsScriptFile, wsHint, wsCaption,
wsImageFile: WideString): WordBool
Adds a script toolbutton (executes passed JScript or VBScript file when clicked) to the
passed toolbar. Fails if toolbar doesn't exist. Returns True if Toolbutton already exists,
but doesn't add duplicate button.
AddTagToolbutton
function AddTagToolbutton(wsToolbarName, wsTagStart, wsTagEnd, wsHint,
wsCaption, wsImageFile: WideString): WordBool
Adds a tag toolbutton (inserts tag pair when clicked) to the passed toolbar. Fails if
toolbar doesn't exist. Returns True if Toolbutton already exists, but doesn't add
duplicate button.
AddVTMToolbutton
function AddVTMToolbutton(wsToolbarName, wsScriptFile, wsHint, wsCaption,
wsImageFile: WideString): WordBool
Adds a VTM toolbutton (displays passed VTM dialog box when clicked) to the passed
toolbar. Fails if toolbar doesn't exist. Returns True if Toolbutton already exists, but
doesn't add duplicate button.
CreateToolbar
function CreateToolbar(wsToolbarName: WideString): WordBool
Creates a new, undocked toolbar of the passed name. Fails if a toolbar of the same
name already exists.
DeleteToolbar
function DeleteToolbar(wsToolbarName: WideString): WordBool
Physically deletes the toolbar. Fails if toolbar doesn't exist or if toolbar is one of the
built-in toolbars. Works only on custom toolbars; built-in toolbars can be hidden, but
not deleted.
HideToolbar
function HideToolbar(wsToolbarName: WideString): WordBool
Hides a toolbar. Fails if the toolbar doesn't exist.
SetToolbarDockPos
function SetToolbarDockPos(wsToolbarName: WideString; nDockPos: Integer):
WordBool
Sets the docking position of the toolbar. Fails if the toolbar doesn't exist. Allowed values
for
are:
nDockPos
1 = Top
2 = Bottom
3 = Left
4 = Right

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO and is the answer not in the manual?

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents