- Create or open the text file to contain customized properties for emxSystem.properties. For more information, see Editing Properties Using MQL.
-
To define which characters cannot be used in file names, follow these steps:
-
Add or edit this line in the file used to import properties into the emxSystem.properties page object:
emxFramework.Javascript.FileNameBadChars = ' # $ @ %
-
Set the value for this property as a space-delimited list of characters. The default value shown above provides a baseline level of protection.
- Create or open the text file to contain customized properties for emxComponent.properties. For more information, see Editing Properties Using MQL.
-
To prevent specific file types from being checked in, follow these steps:
-
Add or edit this line in the file used to import properties into the emxComponent.properties page object:
emxComponents.Commondocument.RestrictedFormats = htm,html
-
Set the value for this property as a comma-delimited list of file extensions.
-
To limit which file types can be checked in, follow these steps:
-
Add or edit this line in the file used to import properties into the emxComponent.properties page object:
emxComponents.Commondocument.SupportedFormats =
-
Set the value for this property as a comma-delimited list of file extensions. If you do not enter a value for this property, any file type other than those specified by
emxComponents.Commondocument.RestrictedFormats can be checked in. If you enter a value for this property, only files with those extensions can be checked in.
-
When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxSystem.properties and emxComponents.properties page objects. For more information, see Editing Properties Using MQL.
|