AdobeBridgeCS5SDK

Class SnpMoveTabbedPalette

Object
   |
   +--SnpMoveTabbedPalette

class SnpMoveTabbedPalette


Shows how to place a TabbedPalette in Bridge in a custom location via scripting.

Usage

  1. Run the snippet in the ExtendScript Toolkit (see Readme.txt)
  2. Click on the buttons to move the palette around

Description

Adds a script-defined tabbed palette to the Bridge browser window which can be moved to a new location within Bridge using the TabbedPalette.setLocation() method.

The palette is of the "script" type, and contains ScriptUI components. The ScriptUI buttons are used to move the palette around or dismiss the palette altogether.

The current workspace is reset to the defaul and the new palette appears in the default upper-left position in the browser. Removing the pallete will restore the workspace back to its original state.

See:

Defined in SnpMoveTabbedPalette.jsx


Field Summary
 Object paletteRefs
          
 String requiredContext
          The context in which this snippet can run.
 
Constructor Summary
SnpMoveTabbedPalette()
           
 
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

SnpMoveTabbedPalette

SnpMoveTabbedPalette()

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