EditLive! 9 Documentation : InlineEditing Property (ASP.NET only)

This property specifies whether Inline Editing is enabled for EditLive! when integrating the applet into an ASP.NET application.

Syntax

ASP.NET
prefix:EditLiveJava inlineEditing = blnInlineEditing

Parameters

blnInlineEditing

This boolean parameter specifies whether Inline Editing is enabled.

The default value is false.

Examples

The following code would enable Inline Editing mode for EditLive! in the ASP.NET integration.

ASP.NET Server Control
<elj:EditLiveJava 
  InlineEditing="true"
  ... 
/>

Remarks

In order to specify which DIV elements you want to become Inline Editing sections, you will need to create separate <elj:EditableSection > tags with a ID attribute specified.

For more information see the ID property for the ASP.NET integration and the Inline Editing in ASP.NET example.

See Also