Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seppo on Jun 10, 2009 23:42
open dhtmlx forum
dhtmlXEditor: scrollbar and skin problem

Hi,

I'm working with dhtmlXEditor and I use dhtmlx_std_full-package. I have two problems.

Scrollbar problem:
If there is more text than the editing area allows to display, the vertical scrollbar doesn't appear.

Skin problem:
Does dhtmlx_std_full-package support all three skins (dhx_blue, dhx_black, standard )? I'm able to use only dhx_blue skin, which is default.

Here is my html code:
<link rel="stylesheet" type="text/css" href="dhtmlx_std_full/dhtmlx.css">
<script src="dhtmlx_std_full/dhtmlx.js"></script>

<div id="editor" style="width: 700px; height: 300px; border: #909090 1px solid;"></div>
<script>
var editor = new dhtmlXEditor("editor","dhx_blue");
editor.setIconsPath("dhtmlx_std_full/imgs/");
editor.init();
</script>
Answer posted by Alex (support) on Jun 11, 2009 08:25

Hello,

Yes, there was an issue with scroll bar and it was fixed. Please, please, include the attached dhtmlxeditor.js - it must solve the issue.

In order to use standard skin please use attached index.html - libCompiler/index.html (we have added the radio buttom with "standard" skin here)

Attachments (2)
Answer posted by Alex (support) on Jun 11, 2009 08:26
The index.html is attached
Attachments (1)
index.zip3.08 Kb