Class FileBoxManager
Object
|
+--FileBoxManager
- class
FileBoxManager
Manager Class that provides static methods for FileBox functionalities. A static object of this class
is avaialable with name FileBoxMgr
.
var FileBoxMgr = new FileBoxManager();
Defined in Filer.js
Method Summary |
void
|
openFileDialog(node)
Opens the file dialog where the user can select a file from the local computer and upload to the server.
|
FileBoxManager
FileBoxManager()
openFileDialog
void openFileDialog(node)
Opens the file dialog where the user can select a file from the local computer and upload to the server. The
name of the uploaded file is returned to the value property of the specified FILE INPUT
element.
Parameters:
node
- The DOM node which is enclosed by the FileBox
Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Mon Sep 29 14:52:55 2008