MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Specifikace Strana 61

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 504
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 60
Code hints 61
The icon attribute, which is optional, specifies the path to an image file that
Dreamweaver displays as an icon to the left of the menu text. The location is expressed as
a URL, relative to the Configuration folder.
The texticon attribute, which is optional, specifies a text string to appear in the icon area
instead of an image file. This attribute is used for the HTML Entities menu.
Contents
None.
Container
The menu tag.
Example
<menuitem label="CONTENT_TYPE" value="&quot;CONTENT_TYPE&quot;)"
icon="shared/mm/images/hintMisc.gif" />
<function>
Description
This tag replaces the menu tag for specifying function arguments and object methods for a
Code Hints pop-up menu. When you type a function or method name in Code view,
Dreamweaver opens a menu of function prototypes, displaying the current argument in bold.
Each time you type a comma, Dreamweaver updates the menu to display the next argument
in bold. For example, if you typed the function name
ArrayAppend in a Coldfusion
document, the Code Hints menu would display
ArrayAppend(array, value). After you
type the comma following
array, the menu updates to show ArrayAppend(array, value).
For object methods, when you type the object name, Dreamweaver opens a menu of the
methods that are defined for that object.
The set of recognized functions is stored in the Dreamweaver Configuration/CodeHints.xml
file.
Attributes
pattern, doctypes, casesensitive
Zobrazit stránku 60
1 2 ... 56 57 58 59 60 61 62 63 64 65 66 ... 503 504

Komentáře k této Příručce

Žádné komentáře