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

Inheritance

Constructor

goog.editor.icontent.FieldFormatInfo(fieldIdstandardsblendedfixedHeightopt_extraStyles)

Parameters

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.
Public Protected Private

Instance Properties

blended_ :
No description.
Code »
extraStyles_ :
No description.
Code »
fieldId_ :
No description.
Code »
fixedHeight_ :
No description.
Code »
standards_ :
No description.
Code »

Package editor.icontent

Package Reference