topleft
topright

Topics

ServoyCamp Login



New Users

                 

Online Users

No users online!
[RUMOR] New Rich Text / HTML Editor in next Servoy 5 release?
News
Written by Karel Broer | Tuesday, 18 January 2011 13:43   

A reliable source discovered some code in Servoy revealing support of a new HTML Editor in next release of Servoy 5!

Please login or register to see the full article
 

Comments  

 
0 #4 hands knight 2011-08-27 19:39
how do i integrate the YUI rich text element or plugin into my servoy solution please, can someone show me or give me sample pls
 
 
0 #3 hands knight 2011-08-27 19:21
pls can somebody give me a clue on using the YUI rich text in servoy
 
 
0 #2 Dean Westover 2011-01-31 05:49
temporarily removed.
 
 
0 #1 Dean Westover 2011-01-19 23:25
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?