Changing text field to WYSIWYG
My user's requirements have changed and they now need formatting, linking, etc in what has been developed as a text field. How can I change a text-field in a data definition to a WYSIWYG without losing all of their existing data?
Discussions are closed to public comments.
If you need help with Cascade CMS please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tim on 07 Apr, 2016 01:47 PM
Hi,
As long as you keep the same identifier for the WYSIWYG field in the Data Definition, the data should remain as is. The easiest way to do this would be to go into the XML configuration of the Data Definition in question, locate the
<text>
element in question, then add the attribute/value pairwysiwyg="true"
to it.For example:
textbox
and label isEnter Text Here
Let me know if that helps! I'll be happy to answer any additional questions.
Thanks
Tim closed this discussion on 27 Apr, 2016 08:34 PM.