Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Using an embedded WYSIWYG HTML editor with a textarea object

Questions related to using nuBuilder Forte.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Using an embedded WYSIWYG HTML editor with a textarea ob

Unread post by toms »

nac wrote: That is very helpful. I will have a go at it later. Just as a matter of interest, did you find that it behaved correctly with tabs visibility, position etc. once the WYSIWYG editor was visible?
It behaves correctly, if you create a textarea within a html object.

Code: Select all

<textarea style="width:700px; height:auto" name="comment" id="myrteeditor" class="rich-text-editor"></textarea><br />
If you attach the editor to an existing nuBuilder textarea, you need my "hack" hideShowEditor() that I posted earlier.
nac
Posts: 115
Joined: Tue Dec 12, 2017 11:28 pm
Location: Aberdeen, UK
Has thanked: 9 times
Been thanked: 12 times

Re: Using an embedded WYSIWYG HTML editor with a textarea ob

Unread post by nac »

Understood.. and I am sure you are correct about the timing issue. I tried your suggestion and it works and there are still a few minor issues to iron out (like the position on the screen the edits not being saved ). It will probably have to wait for a while until I have time to return to it. Of course, it would be nice to have but it's not essential just now. Thanks for your help and ideas in the meantime.

Neil
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Using an embedded WYSIWYG HTML editor with a textarea ob

Unread post by admin »

.
Post Reply