MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Spécifications Page 144

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 504
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 143
144 Insert Bar Objects
<checkbutton />
Description
A checkbutton is a button that has a checked or unchecked state. When clicked, a
checkbutton appears pressed in and highlighted. When it is unchecked, a checkbutton
appears flat. Dreamweaver has Mouse-over, Pressed, Mouse-over-while-pressed, and Disabled-
while-pressed states. The command must ensure that clicking the checkbutton causes its state
to change.
Attributes
id, image, checked, {showIf}, {enabled}, {command}, {file}, {tag}, {name},
{codeOnly}
Example
<checkbutton id="DW_StandardView"
name = "Standard View"
image="Tools\Standard View.gif"
checked="_View_Standard"
command="dw.getDocumentDOM().setShowLayoutView(false)"/>
<separator />
Description
This tag displays a vertical line on the Insert bar.
Attributes
{showIf}
Example
<separator showIf="_VIEW_CODE"/>
Insert bar definition tag attributes
The attributes for the Insert bar definition tags have the following meanings:
id="unique id"
Description
The id attribute is an identifier for the buttons that appear on the Insert bar. The id attribute
must be unique for the element within the file.
Example
id="DW_Anchor"
Vue de la page 143
1 2 ... 139 140 141 142 143 144 145 146 147 148 149 ... 503 504

Commentaires sur ces manuels

Pas de commentaire