|
Rank: Newbie Groups: Member
Joined: 4/15/2010 Posts: 6
|
Hi dudes), i've installed OE tools with installer, i've added editor to my page , heres syntax
<eo:Editor ID="ShortDescriptionTextBox" runat="server" PreviewTabButtonText="prec" DesignTabButtonText="des" HtmlTabButtonText="html" ToolBarSet="Custom" HighlightColor="255, 255, 192" ActiveMode="Design" ToolBarItems="New,,Bold,Italic,Underline,,NumberedList" HtmlBodyCssClass="demo_editor_body" TextAreaCssFile="~/Css/EOTools.css" Html='"some text" Width="260px" Height="150px" > <styles etc.....>
when page loads and i click on editor (Design tab active) i dont see any text there and when i start typing something - text do not appear, but when i click on "html" tab i see everything is fine and text with markup is present, then i click back to design tab and the text appears! how to make text visible without this operations?)
and the second question : i want the user to enter text in editor no more then of fixed max width and height i.e. how to disable scrolling or whatever is needed to achieve this;
just like in this message post window u cant scroll horizontally)
thx for help! ^)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We can not see either problem. Do you see the same problem with our sample project?
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/15/2010 Posts: 6
|
I launched your demo from the folder i've installed ur product and everything is ok, i've copied all the editor cotrol from there and pasted to my page, no result(, i will investigate further why i have ths problem..; Could u please answer at least on my second question? i dont know how to do this
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The answer to your second question is the same. We do not see that problem at all. By default the editor automatically scrolls vertically and does not scroll horizontally. You do not need to do anything special to have that result.
I would suggest you to check your CSS file. Most of the time such problems are caused by CSS.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 4/15/2010 Posts: 6
|
Hi, i just put in my page <eo:Editor ID="Editor1" runat="server"> </eo:Editor> and it scrolls horizontically ... what u sugget me to do?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately we do not have anything else to suggest except to compare your page with the sample page or try it with a blank page (no other contents, no master page). If the sample page works and yours doesn't, then it got to be something in your page/project. We tested the code on all popular browsers and they all worked fine here (no horizontal scrolling).
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 4/15/2010 Posts: 6
|
i've created default web site (file-> new web site) heres the code of default.aspx <body> <form id="form1" runat="server"> <div> <eo:Editor ID="Editor1" runat="server"> </eo:Editor> </div> </form> </body>
and anyway i have scrolling, maybe i've installed eo tools incorrectly, i'll try to reinstall..
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Does the sample project give you horizontal scroll bars too?
|
|
Rank: Newbie Groups: Member
Joined: 4/15/2010 Posts: 6
|
after installation i leave checked the option " Run EO web tools..." , the page "http://localhost:1410/EOWebDemo/Default.aspx" loads, i pick editor->features->customizing toolbar items and i have scrolling. crap?(
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We do not know what it is then. We are not able to see the problem here. You may want to investigate other products on the market and see if they have the same problem, or try another browser/computer to see if it behaves differently. We will be very interested to know what causes it too. So if you find anything, please let us know.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/15/2010 Posts: 6
|
Hi again, this is fyi: i launched ur online demo and have scrolling there; asked friend to launch it from hes pc and he also had it; i deployed my appl to hosting proveder's server and when browsing the site scrolling is present in this case also. don't u have horiz. scroling in online demo ?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. We do not see horizontal scroll bar in any of our demo.
Thanks
|
|