This property specifies the way in which Ephox EditLive! for XML reacts when a client machine does not match the system requirements needed to run EditLive! for XML.
A boolean indicating if an error message should be displayed within a page if EditLive! for XML is not able to load due to the client system not meeting the EditLive! for XML system requirements. When set to true an error message will be displayed.
The default value is true.
Example 16.29. ShowSystemRequirementsError Property Example Scripting
The following code will cause no error message to be displayed when a client machine does not meet the system requirements needed to run EditLive! for XML.
JavaScript
var editlivejs;
editlivejs = new EditLiveXML("ELApplet1","700","400");
editlivejs.setShowSystemRequirementsError(false);When a client machine does not meet the system requirements needed to run EditLive! for XML a text area will be displayed where the instance of EditLive! for XML would normally be. In addition to this, by default, an error message will also be displayed indicating that the client machine does not meet the system requirements for EditLive! for XML. This error message disabled by setting the ShowRequirementsError property to false.
The displaying of a text area in place of EditLive! for XML on a client machine which does not meet the system requirements of EditLive! for XML cannot be disabled.
Copyright 2001-2004 Ephox Corporation. All Rights Reserved.