TinyMCE:API/tinyMCEPopup/openBrowser
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: openBrowser
[edit]
Summary
Opens a filebrowser/imagebrowser this will set the output value from the browser as a value on the specified element.
[edit]
Syntax
<void> openBrowser(<string> element_id, <string> type, <string> option)
[edit]
Parameters
- element_id
- Id of the element to set value in.
- type
- Type of browser to open image/file/flash.
- option
- Option name to get the file_broswer_callback function name from.
