This property specifies the URL at which the icon to be used with the hide button for EditLive! for XML. This function can only be used when displaying EditLive! for XML as a button in the browser using the ShowAsButton method.
A string which is the URL for where the icon image for the hide button for this instance of EditLive! for XML can be requested from.
Example 16.17. HideButtonIconURL Property Example Scripting
The following code would specify that EditLive! for XML is to use the image http://server.com/icons/hideButton.gif when displaying the hide button for EditLive! for XML.
JavaScript
editlivejs.setHideButtonIconURL("http://server.com/icons/hideButton.gif");
...
editlivejs.showAsButton("true");This function should only be used when the ShowAsButton method is used to display EditLive! for XML.
Copyright 2001-2005 Ephox Corporation. All Rights Reserved.