I just added a new function :
$.fn.rte.html($('iframe')[0])
In the latest revision:
http://code.google.com/p/rte-light/source/detail?r=5
On Mar 9, 10:15 am, Moeen Ud din <[email protected]> wrote:
> I have this rich text editor taken
> fromhttp://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-j...
>
> i am simply doing this
>
> <tr><th valign="top">Body</th><td width="100%">
> <textarea id="rtetext" name="rtetext" class="rte"></textarea>
> </td>
>
> ..js...
> document.getElementById('rtetext').value // giving undefined
> $('#rtetext').text(); // givnig empty
> $('.rte').text(); // givnig empty
>
> ...js...
>
> Plz Advise
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---