Modify the Editor CSS
Customizing the look of HCL Connections™ using custom CSS.
Procedure
-
Using a plain text editor, open config/config.js in the extracted Tiny Editors for HCL Connections package.
Note: Use a plain text editor to avoid inserting invalid formatting or symbols into config.js. Do not use a rich text editor such as Microsoft Word for editing configuration files.
-
Locate the property
cssUrlsuch ascssUrl: dojo.moduleUrl('tiny.editors.connections', 'tiny-editors.css'),and change to the URL for the custom CSS.Valid values forcssUrlare either a JavaScript string with an absolute URL, or a Dojo API generated URL.Figure 1. Using the Dojo API to create a URL for a file within an OSGI package cssUrl: dojo.moduleUrl('your-osgi-package', 'path-to-css-file-within-package'),Figure 2. Specifying the absolute URL for the CSS file cssUrl: 'https://example.com/path/to/css/file.css', -
Locate the property
cssLitesuch ascssLite: dojo.moduleUrl('tiny.editors.connections', 'tiny-editors-lite.css'),and change to the URL for the custom CSS for the comment editor.Valid values forcssLiteare either a JavaScript string with an absolute URL, or a Dojo API generated URL. - Continue configuring the Tiny Editors integration or continue with the installation.