|
Rank: Member Groups: Member
Joined: 12/18/2009 Posts: 11
|
Hi,
I am using the editor to just display data from a data base.
I have eliminated the toolbar and basically just have a box with the bottom border of the box showing html and preview.
My problem is that at the top of the editor there is a line flashing - how can I eliminate this.
Also, how can I set the editor to Preview only from my visual basic code?
Thanks DRJ
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
To elimiate the flashing line you will need to set focus to another element. You can do this on page load with JavaScript.
In order to set the Editor as preview only, you will need to set DesignTabButtonHtml and HtmlTabButtonHtml to empty and then set the active mode to "Preview". Currently you can set DesignTabButtonHtml and HtmlTabButtonHtml with Visual Basic but you can only set the active mode through JavaScript. We can add the ability to set active mode with code behind (VB or C#) in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted a new build that will allow you to set the active mode with code behind. Please see your private message for the download location.
Thanks!
|
|