Class Row_After

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

Inheritance
System.Object
Row_After
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_after", GroupName = "table", ButtonSortIndex = 80, ButtonName = "row_after", PlugInName = "table", IconClass = "mce_row_after")]
public class Row_After

Constructors

Row_After()

Declaration
public Row_After()

Extension Methods