Macromedia dreamweaver 8-extending dreamweaver 사용자 설명서

다운로드
페이지 504
Code hints
57
<menugroup name="Tag Names" enabled="true" id="CodeHints_Tag_Names">
<description>
   <![CDATA[ When you type '<', a drop-down menu shows
   all possible tag names.  You can edit the list of tag
   names using the
   <a href="javascript:dw.popupTagLibraryEditor()"> Tag Library Editor 
 
</a>]]>
</description>
</menugroup>
<menugroup name="Function Arguments" enabled="true" 
 
id="CodeHints_Function_Arguments">
<description>
...
</description>
<function pattern="ArraySort(array, sort_type, sort_order)"
 
doctypes="CFML"/>
<function pattern="Response.addCookie(Cookie cookie)"
 
doctypes="JSP"/>
</menugroup>
<codehints>
Code Hints tags
The CodeHints.xml file contains the following tags, which define Code Hints menus. You 
can use these tags to define additional Code Hints menus.
<codehints> 
Description
The 
codehints
 tag is the root of the 
CodeHints.xml
 file. 
Attributes
None.
Contents
One or more 
menugroup
 tags.
Container
None.
Example 
<codehints>