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:
elmid - The id of the FILE INPUT element.
Copyright 2002 - 2008, MOR YAZILIM
Documentation generated by
JSDoc on Sat Apr 12 16:55:04 2008