ASPxClientHtmlEditor.ReconnectToExternalRibbon Method
In This Article
Reconnect the control to an external ribbon.
#Declaration
TypeScript
ReconnectToExternalRibbon(): void
#Remarks
When the ASPxHtmlEditor.ToolbarMode property is set to ExternalRibbon, the editor utilizes an external ASPxRibbon control as a toolbar. The ribbon control can be specified by the ASPxHtmlEditor.AssociatedRibbonID property.
Use the ReconnectToExternalRibbon method to reconnect the ASPxHtmlEditor control to an external ribbon.
See Also