| Product | Application Framework |
| Type | new |
| Title | Customizable OptionsDialog |
| Posted by | [EMAIL PROTECTED] |
| Affected | [EMAIL PROTECTED], |
| Effective from | SRC680 (cws c06) |
API/ BASIC [ ]
Configuration [x]
File format change [ ]
Help/ Guide [ ]
Performance test [ ]
Translation [ ]
UI relevant [ ]
Description
Now you can customize the OptionsDialog. This means you can hide some
options pages all a whole options group. You must edit the new
configuration file Office.OptionsDialog like this example:
<node oor:name="OptionsDialogGroups">
<node oor:name="ProductName" oor:op="replace">
<prop oor:name="Hide">
<value>false</value>
</prop>
<node oor:name="Pages">
<node oor:name="Security" oor:op="replace"
oor:finalized="true">
<prop oor:name="Hide">
<value>true</value>
</prop>
</node>
...
and the next page
</node>
</node>
...
and the next group
</node>
This configuration file is readonly and there is no UI on the office
to change it. This feature is for administrators or to build a special
installation set.
Here are the names of groups and pages which are supported:
GROUPS PAGES
"ProductName",
"ProductName", "UserData",
"ProductName", "General",
"ProductName", "Memory",
"ProductName", "View",
"ProductName", "Print",
"ProductName", "Paths",
"ProductName", "Colors",
"ProductName", "Fonts",
"ProductName", "Security",
"ProductName", "Appearance",
"ProductName", "Accessibility",
"ProductName", "Java",
"ProductName", "NetworkIdentity",
"LanguageSettings",
"LanguageSettings", "Languages",
"LanguageSettings", "WritingAids",
"LanguageSettings", "SearchingInJapanese",
"LanguageSettings", "AsianLayout",
"LanguageSettings", "ComplexTextLayout",
"Internet",
"Internet", "Proxy",
"Internet", "Search",
"Internet", "Email",
"Internet", "MozillaPlugin",
"LoadSave",
"LoadSave", "General",
"LoadSave", "VBAProperties",
"LoadSave", "MicrosoftOffice",
"LoadSave", "HTMLCompatibility",
"Writer",
"Writer", "General",
"Writer", "View",
"Writer", "FormattingAids",
"Writer", "Grid",
"Writer", "BasicFontsWestern",
"Writer", "BasicFontsAsian",
"Writer", "BasicFontsCTL",
"Writer", "Print",
"Writer", "Table",
"Writer", "Changes",
"Writer", "Compatibility",
"Writer", "AutoCaption",
"Writer", "MailMerge",
"WriterWeb",
"WriterWeb", "View",
"WriterWeb", "FormattingAids",
"WriterWeb", "Grid",
"WriterWeb", "Print",
"WriterWeb", "Table",
"WriterWeb", "Background",
"Math",
"Math", "Settings",
"Calc",
"Calc", "General",
"Calc", "View",
"Calc", "International",
"Calc", "Calculate",
"Calc", "SortLists",
"Calc", "Changes",
"Calc", "Grid",
"Calc", "Print",
"Impress",
"Impress", "General",
"Impress", "View",
"Impress", "Grid",
"Impress", "Print",
"Draw",
"Draw", "General",
"Draw", "View",
"Draw", "Grid",
"Draw", "Print",
"Charts",
"Charts", "DefaultColors",
"Base",
"Base", "Connections",
"Base", "Databases",
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
