Click or drag to resize
KaxEditorNewLineBr Property
Gets or sets the value indicating whether the KaxEditor will insert a new line or a paragraph when the [Enter] key is pressed.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool NewLineBr { get; set; }

Property Value

Type: Boolean
true when the KaxEditor will insert <br> tag when the [Enter] key is pressed; otherwise false. The default value is true.
Remarks

Note: this property is intended for use only in Internet Explorer. The gecko-based browsers always insert <BR> tags.

See Also