Okay, I have the Rich Text Editor running in Servoy 3.5 webclient. Thanks for the tip!
I took the code from one of their examples (which are very nice), pasted it into a text.html file on our server and then referred to it with an iframe within a Servoy html_area field that is set to non-editable.
Works great, except for one small problem. How can the data in the textarea within the iframe be saved to a text_area field in Servoy?
I suppose that is why you are looking forward to the next version of Servoy.
Is there some other way, like using document.getElementById and then using .innerText? Is there a html expert out there who knows a way to pass the textarea value to Servoy?
Comments
I took the code from one of their examples (which are very nice), pasted it into a text.html file on our server and then referred to it with an iframe within a Servoy html_area field that is set to non-editable.
Works great, except for one small problem. How can the data in the textarea within the iframe be saved to a text_area field in Servoy?
I suppose that is why you are looking forward to the next version of Servoy.
Is there some other way, like using document.getElementById and then using .innerText? Is there a html expert out there who knows a way to pass the textarea value to Servoy?
RSS feed for comments to this post.