Click or drag to resize
KaxEditorToolsFile Property
Gets or sets a string containing the path to the XML toolbar configuration file.

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

Property Value

Type: String
Remarks

This property is provided for backwards compatibility. Please, use either inline toolbar declaration or code-behind to configure the toolbars. To configure multiple KaxEditor controls with the same settings you could use either Theme, UserControl with inline declaration, or CustomControl.

Use "~" (tilde) as a substitution of the web-application's root directory.

You can also provide this property with an absolute URL which returns a valid XML toolbar configuration file, e.g. http://MyServer/MyApplication/Tools/MyToolsFile.aspx

See Also