Welcome Guest Search | Active Topics | Sign In | Register

How to disable EO alert errors ? Options
xtremexploit
Posted: Thursday, March 13, 2008 9:41:49 AM
Rank: Member
Groups: Member

Joined: 2/24/2008
Posts: 27
How to disable EO alert errors ?

I need to disable the javascripts alerts that the EO callback is displaying.. ?
eo_support
Posted: Thursday, March 13, 2008 10:22:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,098
Hi,

There are several types of messages, so details about the exact message would be helpful.

Generally you can handle ClientSideOnError to customize/disable the messages:

http://www.essentialobjects.com/ViewDoc.aspx?t=JSDoc.Public.Handlers.clientside_error_handler.html

Debug messages can be disabled by setting this property to "Consts.DebugLevel_Off":

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.Runtime.DebugLevel.html

Make sure you know what's causing the message before disabling it. Obviously if it tells you "something is wrong", just disabling the message itself wouldn't fix the problem for you. Something will still go wrong.

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.