I use the FCKeditor library 2.3
This is a example of my jsp editor tag:
<FCK:editor
id="impact"
width="955px"
height="100px"
toolbarSet="DOAToolbar">
bla bla bla ...
</FCK:editor>
This is the result value in my html page:
<div>
<input type="hidden" id="impact" name="impact" value="">
<input type="hidden" id="impact___Config" value="">
<iframe id="impact___Frame" src="/FCKeditor/editor/fckeditor.html?InstanceName=impact&Toolbar=DOAToolbar" width="955px" height="100px" frameborder="no" scrolling="no">bla bla bla ...</iframe>
</div>
The horizontal bar appear when the text take more space then the height of the iframe.
Any solution to get rid of the horizontal scrolling bar???
This is a example of my jsp editor tag:
<FCK:editor
id="impact"
width="955px"
height="100px"
toolbarSet="DOAToolbar">
bla bla bla ...
</FCK:editor>
This is the result value in my html page:
<div>
<input type="hidden" id="impact" name="impact" value="">
<input type="hidden" id="impact___Config" value="">
<iframe id="impact___Frame" src="/FCKeditor/editor/fckeditor.html?InstanceName=impact&Toolbar=DOAToolbar" width="955px" height="100px" frameborder="no" scrolling="no">bla bla bla ...</iframe>
</div>
The horizontal bar appear when the text take more space then the height of the iframe.
Any solution to get rid of the horizontal scrolling bar???