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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ToolProviderID { get; set; }
Public Property ToolProviderID As String
Get
Set
public:
property String^ ToolProviderID {
String^ get ();
void set (String^ value);
}
member ToolProviderID : string with 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