AdobeBridgeCS5SDK

Class SnpCreateTabbedPaletteScriptUI

Object
   |
   +--SnpCreateTabbedPaletteScriptUI

class SnpCreateTabbedPaletteScriptUI


Shows how to create a TabbedPalette in Bridge with ScriptUI components.

Usage

  1. Run the snippet in the ExtendScript Toolkit (see Readme.txt), with Bridge CS5 as the target.
  2. You should find that a tabbed palette has been added to the Bridge browser window.

Description

Adds a script-defined tabbed palette to the Bridge browser window.

The palette is of the "script" type, and contains ScriptUI components, text fields and buttons. The buttons have event handlers that change the values in the text fields.

The new palette appears in the default upper-left position in the browser. It can be dragged to other positions.

See:

Defined in SnpCreateTabbedPaletteScriptUI.jsx


Field Summary
 Object paletteRefs
          
 String requiredContext
          The context in which this snippet can run.
 
Constructor Summary
SnpCreateTabbedPaletteScriptUI()
           
 
Method Summary
 boolean canRun()
           Determines whether snippet can be run given current context.
 Boolean run()
           Functional part of this snippet.

Field Detail

paletteRefs

Object paletteRefs

requiredContext

String requiredContext

Constructor Detail

SnpCreateTabbedPaletteScriptUI

SnpCreateTabbedPaletteScriptUI()

Method Detail

canRun

boolean canRun()

run

Boolean run()

AdobeBridgeCS5SDK

http://www.adobe.com/devnet/bridge
Documentation generated by JSDoc on Tue Apr 27 10:21:34 2010