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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool NewLineBr { get; set; }
Public Property NewLineBr As Boolean
Get
Set
public:
property bool NewLineBr {
bool get ();
void set (bool value);
}
member NewLineBr : bool with get, set
Property Value
Type:
Booleantrue when the KaxEditor will insert <br> tag when the
[Enter] key is pressed; otherwise
false. The default
value is
true.
RemarksNote: this property is intended for use only in Internet Explorer.
The gecko-based browsers always insert <BR> tags.
See Also