Class TinyMCEButtons.TableButtons
Contains buttons that affects table editing.
Inheritance
System.Object
    TinyMCEButtons.TableButtons
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public static class TableButtons
  Fields
CellProperties
The cell properties button.
Declaration
public const string CellProperties = "cell_props"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Controls
The controls button.
Declaration
public const string Controls = "tablecontrols"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Delete
The delete button.
Declaration
public const string Delete = "delete_table"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
DeleteColumns
The delete columns button.
Declaration
public const string DeleteColumns = "delete_col"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
DeleteRow
The delete row button.
Declaration
public const string DeleteRow = "delete_row"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
InsertColumnBefore
The insert column before button.
Declaration
public const string InsertColumnBefore = "col_before"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
InsertColumnsAfter
The insert columns after button.
Declaration
public const string InsertColumnsAfter = "col_after"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
InsertRowAfter
The insert row after button.
Declaration
public const string InsertRowAfter = "row_after"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
InsertRowBefore
The insert row before button.
Declaration
public const string InsertRowBefore = "row_before"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
MergeCells
The merge cells button.
Declaration
public const string MergeCells = "merge_cells"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
RowProperties
The row properties button.
Declaration
public const string RowProperties = "row_props"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
SplitCells
The split cells button.
Declaration
public const string SplitCells = "split_cells"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Table
The table button.
Declaration
public const string Table = "table"
  Field Value
| Type | Description | 
|---|---|
| System.String |