This property is used to set/retrieve the content of a .net EditableSection control.
prefix:EditLiveJava Content="strContent" |
prefix:EditableSection Content="strContent" |
strContent
A string specifying the initial content of the EditLive! applet.
The default value is an empty string.
The following code would set the initial contents of EditLive! to be equal to Initial contents. The <P> and </P> tags will not be seen in the window as they will be parsed as HTML. However, these tags will be visible in the Code View.
<elj:EditableSection ... Content="<P>Initial contents</P>" ... /> |
This property can be databound to ASP.NET data sources. |