The goog.editor.icontent Namespace

The goog.editor.icontent.FieldFormatInfo Class

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

The goog.editor.icontent.FieldStyleInfo Class

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

.forceStandardsModeIframes()

Sets up goog.editor.icontent to always use standards-mode iframes.

.writeHttpsInitialIframe(info, doc, bodyHtml)

Write the initial iframe content in IE/HTTPS mode.

info {goog.editor.icontent.FieldFormatInfo}
Formatting info about the field.
doc {Document}
The iframe document.
bodyHtml {string}
The HTML to insert as the iframe body.

.writeNormalInitialBlendedIframe(info, bodyHtml, style, iframe)

Write the initial iframe content in normal mode.

info {goog.editor.icontent.FieldFormatInfo}
Formatting info about the field.
bodyHtml {string}
The HTML to insert as the iframe body.
style {goog.editor.icontent.FieldStyleInfo?}
Style info about the field, if needed.
iframe {HTMLIFrameElement}
The iframe.

.writeNormalInitialIframe(info, bodyHtml, style, iframe)

Write the initial iframe content in normal mode.

info {goog.editor.icontent.FieldFormatInfo}
Formatting info about the field.
bodyHtml {string}
The HTML to insert as the iframe body.
style {goog.editor.icontent.FieldStyleInfo?}
Style info about the field, if needed.
iframe {HTMLIFrameElement}
The iframe.