Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Defining a Module
From OpenOffice.org Wiki
- Display Name
- Icon
- Extension Description
- Extension Identifiers
- Extension Versions
- Target Platform
- Simple License
- Dependencies
- Publisher Information
- System Integration
- Online Update of Extensions
- Options Dialog
- Creating the GUI of the Options Page
- Saving and Reading Data for the Options Page
- Defining the Usage of Options Pages
It is possible to define a Module of one's own. How an extension can provide a real module (not the type Module) is not part of this documentation. However, if this module does not exist, there won´t be an options dialog on behalf of this module and the Nodes assigned to it are not displayed. Only the options dialog from the Extension Manager may show the nodes because it does not depend on a particular module.
Here is an example of defining a Module.
<node oor:name="Modules"> <node oor:name="org.openoffice.framework.desktop.test.deployment.options.modules1.module1" oor:op="fuse"> <node oor:name="org.openoffice.framework.desktop.test.deployment.options.modules1.module2" oor:op="fuse"> </node> </node>
| Content on this page is licensed under the Public Documentation License (PDL). |

