Common tasks, concepts and reference information
Common tasks, concepts and reference information.
- Determine customization path
The customization_path is required when performing most customizations. - Restart Common application
Sometimes restarting the common application is needed to ensure all caches are cleared. - Tiny Editor Services configuration
The Tiny Editor Services use a configuration file called application.conf, written in Human-Optimized Config Object Notation. These settings can be overridden by JVM environment variables named with the path of the setting. - List of valid application.conf settings
A list of valid settings for the Tiny Editorsapplication.conf
. - Sample application.conf
A sample configuration for the Tiny Editor Services. - Disable SSL certificate validation for testing
This task outlines the process for disabling certificate validation. Do not use these settings in a production environment. - Toolbar components and the toolbar definition
The toolbar is the main interface of the editor. This section covers how the components of the toolbar relate to the toolbar definition in the config.js. - The default toolbar configuration
The default toolbar used by the Tiny editors. - The Toolbar customization syntax
The syntax for the toolbar customization option is written using Extended Backus–Naur form. - List of predefined Toolbar objects
Lists all available toolbar groups, menus, placeholders, and commands for Tiny Editors for HCL Connections. - Default fonts list
The default list of fonts used by the Tiny editors' font picker. - The fonts customization syntax
The syntax for the fonts customization option is written using Extended Backus–Naur form. - Default colors list
The default list of colors used by the Tiny editors' color picker. - Sample colors values
Example colors using different formats. - The colors customization syntax
The syntax for the colors customization option is written using Extended Backus–Naur form. - External Plugins for TinyMCE
TinyMCE is a modular editor where the majority of features are enabled by loading plugins. External plugins give a mechanism for extending TinyMCE as required. - Connections locations for selectively loading plugins
List of the locations for selectively loading plugins. - The external plugins customization syntax
The syntax for the external plugins option is written using Extended Backus–Naur form. - Sample config.js
A sample configuration file for the integration.
Parent topic:Tiny Editors for HCL Connections