Adobe Extending Dreamweaver CS4 Manuel d'utilisateur Page 325

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 387
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 324
319
EXTENDING DREAMWEAVER CS4
Components
function handleDoubleClick(componentRec)
{
var selectedObj = dw.serverComponentsPalette.getSelectedNode();
if(dwscripts.IS_WIN)
{
if (selectedObj && selectedObj.wsRec && selectedObj.wsRec[ProxyGeneratorNamePropName])
{
if (selectedObj.objectType == "Root")
{
editWebService();
return true;
}
else if (selectedObj.objectType == "MissingProxyGen")
{
displayMissingProxyGenMessage(componentRec);
editWebService();
return true;
}
}
}
return false;
}
toolbarControls()
Availability
Dreamweaver MX.
Description
Every component type returns a list of toolBarButtonRec objects, which represents the toolbar icons, in left-to-right
order. Each
toolBarButtonRec object contains the following properties:
Property name Description
image Path to image file
disabledImage Optional; path to disabled image searches for the toolbar button
pressedImage Optional; path to pressed image searches for the toolbar button
toolTipText Tooltip for the toolbar button
toolStyle Left/right
Vue de la page 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 386 387

Commentaires sur ces manuels

Pas de commentaire