![]()
In the VLF-ONE demonstration system, the People business object's Notes handler has been replaced with the more sophisticated Quill Rich Text Editor.![]()
![]()
To enable this functionality in your own business object you must compile these components:
DF_NOTE_Table | Database table to store the notes |
DF_NOTES_CommandHandler | Command handler |
DF_Note_NoteDetailPanel | Note detail panel |
DF_NOTE_ServerModule | Server module database I/O |
DF_Note_QuillInterface | Quill rich text editor wrapper |
Then make DF_NOTES_CommandHandler the command handling your command as in this example:![]()