This demo illustrates the MVC HTML Editor’s built-in support of HTML tables. The HTML Editor allows end-users to create, customize, and delete tables and associated elements by using a set of predefined commands. The commands associated with table editing are available as a separate toolbar (TableToolbar) or by using an individual toolbar button (ToolbarTableOperationsDropDownButton) with a dropdown list of individual commands. By default, the ToolbarTableOperationsDropDownButton toolbar type button belongs to a standard toolbar (StandardToolbar1).
In this demo, HTML table operation commands are represented within a manually created toolbar of the TableToolbar type. The necessary toolbar buttons are created using the toolbar's CreateDefaultItems method.