html editor question

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

html editor question

Jeremiah Jahn-4
what's the magic to get the html editor to be a particular size,  or  
at least resize the div in which it sits. I have a textarea/html at  
the top of my form, and everything that comes after it is hidden  
underneath the editor? plain text areas work just fine. But I'm really  
not sure what to do to get the html editor to behave.  I've tried it  
in both firefox and safari, and neither have an effect.  please help.


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: html editor question

Alessandro  Vernet
Administrator
Jeremiah,

On Wed, Oct 14, 2009 at 5:10 AM, Jeremiah Jahn <[hidden email]> wrote:
> what's the magic to get the html editor to be a particular size,  or at
> least resize the div in which it sits. I have a textarea/html at the top of
> my form, and everything that comes after it is hidden underneath the editor?
> plain text areas work just fine. But I'm really not sure what to do to get
> the html editor to behave.  I've tried it in both firefox and safari, and
> neither have an effect.  please help.

You can do this in CSS, e.g.:

<xforms:textarea mediatype="text/html" ref="." style="width: 200px"/>

It works with the style attribute, in my tests didn't work with the
class attribute. Can you use style for this, instead of class?

Alex
--
Orbeon Forms - Web forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet