Closure Library API Documentation
Go to class or file:
editor.icontent.FieldStyleInfo
Extends
A data structure for storing simple info about the styles of a field. Only needed in Firefox/Blended mode.
Useful links
Source Code
Git
Inheritance
goog.editor.icontent.FieldStyleInfo
Constructor
goog.editor.icontent.FieldStyleInfo(
wrapper
,
css
)
Parameters
wrapper
:
Element
The wrapper div around a field.
css
:
string
The css for a field.
Public
Protected
Private
Instance Properties
Defined in
goog.editor.icontent.FieldStyleInfo
css_
:
No description.
Code »
wrapper_
:
No description.
Code »
Package editor.icontent
Package Reference