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>â
- Drag and drop a new âSimpleSwatBlockâ below the third block
- Search in the section âLibrary of Objectsâ for the Object âSimpleSwatRichTextâ
- Drag and drop it on the newly added block
- Than copy the ânameâ attribute of the replaced field (In our case âInstructionsâ) and paste it into the ânameâ attribute of the âSimpleSwatRichtextâ object
- Delete the former attribute âInstructionâ and save
- Than go back to the âSimpleSwatRichtextâ object and 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.