Click or drag to resize
KaxEditorAllowScripts Property

Note: This API is now obsolete.

Gets or sets the value indicating whether script tags will be allowed in the editor content. This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[ObsoleteAttribute("This property is now obsolete. Please use the ContentFilters property or the EnableFilter and DisableFilter methods", 
	false)]
public bool AllowScripts { get; set; }

Property Value

Type: Boolean
The default value is false. This means that script tags will be removed from the content.
See Also