Configure the HTML editor toolbar for journal fields
Configure toolbar options for the HTML editor within journal input fields.
Before you begin
Role required: admin
Procedure
Navigate to
sys_properties.list.The entire list of properties in the System Properties [sys_properties] table opens.
Configure HTML plugins for journal input fields.
Add a system property named glide.ui.journal.html.plugins.
For more information on adding system property, see Add a system property.
Select Submit.
Configure the HTML editor toolbar for journal input fields.
Add a system property named glide.ui.journal.html.toolbar.
For more information on adding system property, see Add a system property.
Select Submit.
Configure what happens when you press Enter (Windows) or Return (Mac) within journal fields.
From the System Properties list, select the glide.ui.journal.newline_behavior system property.
A System Property record opens.
In the Value field, enter one of the following options:
defaultWhen you press Enter (Windows) or Return (Mac), the HTML editor inserts a block.
When you press Shift+Enter (Windows) and Shift+Return (Mac), the HTML editor inserts a br tag.
blockThe HTML editor inserts a block in all cases.
linebreakThe HTML editor inserts a br tag in all cases.
invertWhen you press Enter (Windows) or Return (Mac), the HTML editor inserts a br tag.
When you press Shift+Enter (Windows) and Shift+Return (Mac), the HTML editor inserts a block.
Select Update.