Versions

EditLive 8.x
EditLive 7.x

EditLive 8 Documentation

Skip to end of metadata
Go to start of metadata

This method displays the EditLive! instance as a child of the specified control.

AutoSubmit must be turned off in order to use showInElement. These two features are not compatible.

SetExpressEdit is not compatible with this call to display the editor.

Syntax

JavaScript

Parameters

parentID

A string specifying the ID of the parent element to insert the editor into.

JavaScript

Remarks

This property is used as a replacement to show. This method is not to be used when invoking the editor via the AddEditableSection Property.

Before this method is called, all the required properties of an EditLive! instance object must be set.

This method works better than show() in AJAX environments.

Labels: