Click or drag to resize
KaxEditorToolProviderID Property
Gets or sets a string containing the ID (will search for both server or client ID) of a client object that should be used as a tool provider.

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 ToolProviderID { get; set; }

Property Value

Type: String
Remarks

This property helps significantly reduce the HTML markup and JSON sent from server to the client when multiple KaxEditor objects with the same tools are used on the same page.

The ToolProviderID can be set to the ID of another KaxEditor, or to a custom control that implements two clientside methods get_toolHTML and get_toolJSON.

See Also