Adobe Extending Dreamweaver CS4 Uživatelský manuál Strana 325

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 387
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 386 387

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

Žádné komentáře