C# Class Glass.Mapper.Sc.FakeDb.Infrastructure.Pipelines.RenderField.RenderWebEditing

This is a copy of Sitecore.Pipelines.RenderField.RenderWebEditing but the CanWebEdit has been modified to make it work outside of a HTTPContext
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
Process ( RenderFieldArgs args ) : void

Gets the field value.

Private Methods

Method Description
AddParameters ( Tag tag, RenderFieldArgs args ) : void

Adds the parameters.

ApplyWordFieldStyle ( Tag tag, RenderFieldArgs args ) : void

Gets the word style string.

CanEditField ( Field field ) : bool

Determines whether this instance [can edit field] the specified field.

CanEditItem ( System.Item item ) : bool

Determines whether this instance [can edit item] the specified item.

CanWebEdit ( RenderFieldArgs args ) : bool

Determines whether this instance [can web edit] the specified args.

CreateFieldTag ( string tagName, RenderFieldArgs args, string controlID ) : Tag

Creates the field tag.

GetDefaultText ( RenderFieldArgs args ) : string

Gets the default image.

GetEditableElementTagName ( RenderFieldArgs args ) : string

Gets the name of the editable element tag.

GetFieldData ( RenderFieldArgs args, Field field, string controlID ) : string

Renders the bottom bar.

GetFieldDisplayName ( RenderFieldArgs args ) : string

Gets the display name of the field.

GetRawValueContainer ( Field field, string controlID ) : string

Gets the field value HTML.

RenderWrappedField ( System.Web.UI.HtmlTextWriter output, RenderFieldArgs args, Field field, string controlID ) : void

Renders the inline editable field.

RenderWrapperlessField ( System.Web.UI.HtmlTextWriter output, RenderFieldArgs args, Field field, string controlID ) : void

Renders the field without a wrapper.

SetCommandParametersValue ( IEnumerable commands, Field field, string controlID ) : void

Renders the buttons.

Method Details

Process() public method

Gets the field value.
public Process ( RenderFieldArgs args ) : void
args RenderFieldArgs The arguments.
return void