search

goog.editor.icontent.FieldStyleInfo

Provided By

A data structure for storing simple info about the styles of a field. Only needed in Firefox/Blended mode.

new FieldStyleInfo( wrapper, css )

Parameters
wrapper(Element|null)

The wrapper div around a field.

cssstring

The css for a field.

Instance Properties