how to dynamically set options in a plugin?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2013 07:34 AM
Hi,
I've got a plugin for file importation, whose configuration (execution) I'd like to update dynamically.
How can I access to the plugin?
Will Framework.getService(
Tx
Patrick
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2013 08:28 AM
Question is not clear, sorry.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2013 08:46 AM
When I extend FileManager with the extension point "plugins", I can manage the importation of some specific files. Now I would like to allow the user to set some options to guide the importing process.
