C# Class Rebel.Cms.Web.PropertyEditors.RichTextBox.TinyMCE.Controllers.InsertMacroController

Inheritance: Rebel.Cms.Web.Editors.AbstractEditorController, IModelUpdator
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
BindModel ( dynamic model, string fieldPrefix ) : bool

Binds the model.

InsertMacroController ( IBackOfficeRequestContext requestContext ) : System

Private Methods

Method Description
GetMacroByAlias ( string alias ) : MacroEditorModel

Gets a macro by alias.

SelectMacro ( HiveId contentId, bool isNew ) : System.Web.Mvc.ActionResult
SetParameters ( HiveId contentId, string macroAlias, bool isNew, string inlineMacroId = "", string macroParameters = "" ) : System.Web.Mvc.ActionResult
SetParametersForm ( HiveId contentId, string macroAlias, bool isNew, string inlineMacroId = "" ) : System.Web.Mvc.ActionResult

Method Details

BindModel() public method

Binds the model.
public BindModel ( dynamic model, string fieldPrefix ) : bool
model dynamic The model.
fieldPrefix string The field prefix.
return bool

InsertMacroController() public method

public InsertMacroController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
return System