Class Row_Before

Class that plugs in the built in table insert row before functionality.

Inheritance
System.Object
Row_Before
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.Plugins
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[TinyMCEPluginButton(LanguagePath = "/admin/tinymce/plugins/table/row_before", GroupName = "table", ButtonSortIndex = 90, ButtonName = "row_before", PlugInName = "table", IconClass = "mce_row_before")]
public class Row_Before

Constructors

Row_Before()

Declaration
public Row_Before()

Extension Methods