The goog.editor.icontent.FieldFormatInfo Class

goog.editor.icontent.FieldFormatInfo(fieldId, standards, blended, fixedHeight, opt_extraStyles)

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

fieldId {string}
The id of the field.
standards {boolean}
Whether the field should be rendered in standards mode.
blended {boolean}
Whether the field is in blended mode.
fixedHeight {boolean}
Whether the field is in fixedHeight mode.
opt_extraStyles {Object=}
Other style attributes for the field, represented as a map of strings.