Class FileBrowser

Object
   |
   +--FileBrowser

class FileBrowser

Defined in FileBrowser.class.js


Field Summary
 Object imgAlfaPixel
          Source of 1x1 transparent image used to work around bug in Opera 9.23.
 Object imgCollapsed
          Image source for collapsed list item.
 Object imgExpanded
          Image source for expanded list item.
 Object imgNoChildern
          Image source for list item without childern.
 Object pxImgPreview
          Maximum size of async image preview [px].
 Object pxImgPreviewMargin
          Margin to screen edge when moving preview to visible viewport [px].
 Object pxIndent
          Tree nested node indentation step [px].
 Object styleImgPreview
          CSS style of IMG element of async image preview.
 
Constructor Summary
FileBrowser(fbWorkspace)
           
 
Method Summary
 void collapse()
           Internal use only for now.
 void expand()
           Internal use only for now.
 void init()
           Start FileBrowser functionality.
 void updateVisual()
           Update table visual chessboard.

Field Detail

imgAlfaPixel

Object imgAlfaPixel

imgCollapsed

Object imgCollapsed

imgExpanded

Object imgExpanded

imgNoChildern

Object imgNoChildern

pxImgPreview

Object pxImgPreview

pxImgPreviewMargin

Object pxImgPreviewMargin

pxIndent

Object pxIndent

styleImgPreview

Object styleImgPreview

Constructor Detail

FileBrowser

FileBrowser(fbWorkspace)

Method Detail

collapse

void collapse()

expand

void expand()

init

void init()

updateVisual

void updateVisual()


Documentation generated by JSDoc on Sat Mar 8 10:26:45 2008