taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Html textarea display #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice that the textarea box with html would display insise/on
top of wysiwyg editor, and not bellow it.
Is that hard to modify?

Original issue reported on code.google.com by cim...@gmail.com on 8 Feb 2008 at 8:43

GoogleCodeExporter commented 8 years ago
I agree, how to do this?

Original comment by mauriced...@gmail.com on 11 Feb 2008 at 10:43

GoogleCodeExporter commented 8 years ago
For now you could try with CSS

{{{
    <style type="text/css">
        body div { position: relative; }
        body div textarea { position: absolute; left: 3px; top: 31px; }
    </style>
}}}

See you,

Original comment by joksnet on 12 Feb 2008 at 11:20

GoogleCodeExporter commented 8 years ago
This plugin objetive is to make it easy to use for normal users. I think the 
'View
HTML' button is for advanced users. So it will be hidden for default. An 
example is
the compose from Gmail, it doesn't have a way to View HTML.

Original comment by joksnet on 22 Feb 2008 at 11:22

GoogleCodeExporter commented 8 years ago
I agree. It's better to hide the button and textarea then show the textarea 
below the
editor.

Original comment by cim...@gmail.com on 22 Feb 2008 at 11:24