Welcome Guest Search | Active Topics | Sign In | Register

Hi I have a simple problem - I am using the editor to just display data Options
drj
Posted: Saturday, January 9, 2010 10:07:22 AM
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
eo_support
Posted: Saturday, January 9, 2010 4:41:23 PM
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!
eo_support
Posted: Monday, January 11, 2010 2:15:39 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.