RadEditor for ASP.NET

RadEditor Send comments on this topic.
ToolsFile Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : ToolsFile Property


Gets or sets a string containing the path to the XML toolbar configuration file.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property ToolsFile As String
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As String
 
instance.ToolsFile = value
 
value = instance.ToolsFile
C# 
public string ToolsFile {get; set;}

Return Value

The default is ~/RadControls/Editor/ToolsFile.xml.

Remarks

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

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

Requirements

RadEditor 5.0 and above.

See Also