The only thing we can try and give you at that point is a workaround, and in my case, also an explanation of why I wouldn't conect to the database directly in the first place .
I think these thoughts and advice should be posted as a warning to other users like me, in a visible place. I ...
My problem at this stage is not security, is as mentioned that the connection gets lost, the program response is real clumsy. In other words; it is useless.
Now I do not see what else to do, I'm using the database tools provided in Runtime ...
The thing is if you return myHTML from the JS script then you can put that in a variable in RR. You would need access to the JS script to add a return line.
Yes, we have access to the JS script. My idea is to use a open source editor like the ones mentioned.
What I am trying to do is to incorporate a javascript wysiwyg html editor in a RR project.
The ones I am testing (FCKEditor and TinyMCE) both returns the contents of the textarea (the html edited by the user) using a javascript funtions that returns a string. Something like:
I am bit confused as to why you want this. Why can't you simply select a field and edit its database properties? You don't need to be in group editing mode for that.
Ok, you are right. If I select the field from the Application Browser ...