Key Enhancements

This release provides a new combo box control for Responsive Forms. It allows administrators to display multi-value list properties as a drop-down or checkbox list, improving the user experience for lists with many value options.

The Technical Documentation Framework (TDF) Editor has been updated to include key event handling that improves text editing functionality to be more similar to standard Text Editors. Key Event Handlers, configured using Configurable User Interface (CUI) controls, are now set up by default to apply to Document Types for the Technical Documentation Application. The Editor will now process ‘Enter,’ ‘Backspace,’ and ‘Delete’ key events too, for example:

  • Automatically add a new List Item when editing a List when the Enter key is selected.
  • Automatically add a new Text Document Element when the Enter key is selected.
  • Automatically combine or split Text Document Elements when the enter, backspace, or delete key is selected, depending on where the cursor is in a sentence.

This Innovator release includes new ItemType server events for OnLock and OnUnlock. These server events enable developers to create custom logic to replace the standard locking and unlocking behavior for an ItemType. This capability is beneficial for data federation use cases.