This property specifies the way in which Ephox EditLive! for Java reacts when a client machine does not match the system requirements needed to run EditLive! for Java.
JavaScript object.setShowSystemRequirementsError(blnShowError)
blnShowError A boolean indicating if an error message should be displayed within a page if EditLive! for Java is not able to load due to the client system not meeting the EditLive! for Java system requirements. When set to true an error message will be displayed.
Default: True
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 Java.
var editlivejava1;
editlivejava1 = new EditLiveJava("ELJApplet1","600","400");
editlivejava1.setShowSystemRequirementsError(false);
When a client machine does not meet the system requirements needed to run EditLive! for Java a text area will be displayed where the instance of EditLive! for Java 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 Java. This error message disabled by setting the setShowRequirementsError property to false.
The displaying of a text area in place of EditLive! for Java on a client machine which does not meet the system requirements of EditLive! for Java cannot be disabled.
Copyright © 2001-2004 Ephox Corporation. All Rights Reserved.