Toggle functions, Dom.geteditnoframescontent() – Adobe Dreamweaver API Reference CS5 User Manual

Page 158

Advertising
background image

153

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

<serverdebuginfo>

<context>

<template><![CDATA[/ooo/master.cfm]]></template>
<path><![CDATA[C:\server\wwwroot\ooo\master.cfm]]></path>
<timestamp><![CDATA[0:0:0.0]]></timestamp>

</context>
<debugnode>

<name><![CDATA[CGI]]></name>
<icon><![CDATA[ServerDebugOutput/ColdFusion/CGIVariables.gif]]></icon>
<debugnode>

<name><![CDATA[Pubs.name.sourceURL]]></name>
<icon><![CDATA[ServerDebugOutput/ColdFusion/Variable.gif]]></icon>
<value><![CDATA[jdbc:Macromedia:sqlserver:

//name.Macromedia.com:1111;databaseName=Pubs]]></value>

</debugnode>

</debugnode>
<debugnode>

<name><![CDATA[Element Snippet is undefined in class

coldfusion.compiler.TagInfoNotFoundException]]></name>

<icon><![CDATA[ServerDebugOutput/ColdFusion/Exception.gif]]></icon>
<jumptoline linenumber="3" startposition="2" endposition="20">

<template><![CDATA[/ooo/master.cfm]]></template>
<path><![CDATA[C:\Neo\wwwroot\ooo\master.cfm]]></path>

</jumptoline>

</debugnode>

</serverdebuginfo>

Returns
Nothing.

Toggle functions

Toggle functions get and set various options either on or off.

dom.getEditNoFramesContent()

Availability
Dreamweaver 3.

Description
This function gets the current state of the Modify > Frameset > Edit NoFrames Content option.

Arguments
None.

Returns
A Boolean value:

true

indicates the

NOFRAMES

content is the active view;

false

otherwise.

Advertising