1 Context
A RichText Control is a complete HTML editor. It allows creating a custom editor from any input field to display HTML content or similar. In addition, you can format the text and save additional content in it.
2 Result
3 Step by step guide
- Open the form designer of “OrderForm_<yourName>”
- Search in the section “Library of Objects” for the Object “SimpleSwatRichText”
- Drag and drop it at the end of the form
- Delete the object “Instruction” and save
- Change the “Object Name” attribute of the “SimpleSwatRichtext” object to “Instructions”
- Also change the number of the attribute “HEIGHT-CHARS” to “10”
- Go back to the designer and launch your screen to see the result
4 Explanation
By replacing the name, the rich text is informed in which value it should save the inputs. Since we are putting it in the order form, which is assigned to the OrderDSO, the storage relation is automatically set through the name assignment.