Functionkeyword, Idchar1, Idcharrest – Adobe Extending Dreamweaver CS4 User Manual
Page 58

52
EXTENDING DREAMWEAVER CS4
Customizing Code view
Example
Description
Identifies keywords that define a function. Dreamweaver uses these keywords to perform code navigation. Multiple
functionKeyword
tags are allowed.
Attributes
name
,
id
•
name="functionKeyword_name"
A string that assigns a name to the
functionKeyword
block.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.
Example
id="CodeColor_JavascriptFunction">function
Description
A list of characters, each of which Dreamweaver can recognize as the first character in an identifier.
Attributes
name
,
id
•
name="idChar1_name"
A string that assigns a name to the list of identifier characters.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.
Example
Description
A list of characters that are to be recognized as the remaining characters in an identifier. If
idChar1
is not specified,
all characters of the identifier are validated against this list.
Attributes
name
,
id
•
name="idCharRest_name"
A string that assigns a name to the
stringStart
block.
•
id="id_string"
Required. An identifier string that maps color and style to this syntax item.
Example
_$abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789