editor.icontent.FieldFormatInfo Extends Object
A data structure for storing simple rendering info about a field.

Inheritance

Object
     goog.editor.icontent.FieldFormatInfo

Constructor

goog.editor.icontent.FieldFormatInfo(fieldIdstandardsblendedfixedHeightopt_extraStyles)

Parameters

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

Package editor

Package Reference