UltimateEditor Class Library

UltimateEditor.EditorSource Property

Gets or sets the source XML file to load the toolbars from.

[Visual Basic]
Public Property EditorSource As String
[C#]
public string EditorSource {get; set;}

Property Value

Path to the source XML file that contains the toolbars. The default value is ~/UltimateEditorInclude/UltimateEditor.xml where ~ stands for the application path.

Remarks

Use this property to change the source XML file for the editor. See UltimateEditor Source to get familiar with the elements and attributes of the source XML file.

Also note that you can build your own toolbars programmatically at runtime by using the Toolbars property.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace | UltimateEditor Source