search

goog.editor.icontent.FieldFormatInfo

Provided By

A data structure for storing simple rendering info about a field.

new FieldFormatInfo( fieldId, standards, blended, fixedHeight, opt_extraStyles )

Parameters
fieldIdstring

The id of the field.

standardsboolean

Whether the field should be rendered in standards mode.

blendedboolean

Whether the field is in blended mode.

fixedHeightboolean

Whether the field is in fixedHeight mode.

opt_extraStyles(Object|null)=

Other style attributes for the field, represented as a map of strings.

Instance Properties