
168
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Arguments
None.
Returns
A Boolean value: true if line numbers appear; false otherwise.
dreamweaver.htmlInspector.getShowSyntaxColoring()
Availability
Dreamweaver 4.
Description
This function determines whether syntax coloring is on in the Code inspector.
Arguments
None.
Returns
A Boolean value: true if syntax coloring is on; false otherwise.
dreamweaver.htmlInspector.getShowWordWrap()
Availability
Dreamweaver 4.
Description
This function determines whether the Word Wrap is on in the Code inspector.
Arguments
None.
Returns
A Boolean value: true if word wrap is on; false otherwise.
dreamweaver.htmlInspector.setShowAutoIndent()
Availability
Dreamweaver 4.
Description
This function turns the Auto Indent option on or off in the Code inspector.
Arguments
bShow
• The bShow argument is a Boolean value: true turns the auto-indenting on; false turns it off.
Komentáře k této Příručce