C# Class Our.Umbraco.DataType.Markdown.DataEditor

The DataEditor for the Markdown Editor data-type.
Inheritance: umbraco.cms.businesslogic.datatype.AbstractDataEditor
Datei anzeigen Open project: leekelleher/umbraco-markdown

Public Methods

Method Description
DataEditor ( ) : System

Initializes a new instance of the DataEditor class.

Private Methods

Method Description
DataEditorControl_OnSave ( EventArgs e ) : void

Saves the editor control value.

m_Control_Init ( object sender, EventArgs e ) : void

Handles the Init event of the m_Placeholder control.

Method Details

DataEditor() public method

Initializes a new instance of the DataEditor class.
public DataEditor ( ) : System
return System