I want to put some instructional pages on tabsheets in my app that are just static text that can be easily edited in the IDE. Using a TWebMemo, the Lines property opens a little editor window that has really tiny font size that’s hard for me to read, and it’s just text. This editor control here is way better.
What I’d like is a control that’s more like an editable Wiki page, like an RTF Memo that I can edit in the IDE, then maybe save and load at run-time.
Like a WYSIWYG type of Memo that works mainly in the IDE at design time, and at run-time it looks the same as at design time except if you change the page dimensions then it can adapt to narrower or wider pages. (I work mainly on my Desktop.)
Maybe by using the web form designer instead of the classic form designer of TMS WEB Core. This comes already a long way to edit wyswyg text at design-time. And runtime wysiwyg editing could be done with TWebRichEdit.
With some work, most JavaScript libraries can be used from a TMS WEB Core app. Effort depends on how much design-time integration you want. There are a range of examples of how existing JavaScript libraries have been made accessible from TMS WEB Core here: