Class Index | File Index

Classes


Class gui.OdfFieldView


Defined in: OdfFieldView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gui.OdfFieldView(odfCanvas)
Show ODF fields in an ODT document.
Method Summary
Method Attributes Method Name and Description
<inner>  
<inner>  
createRule(selectors, css)
 
destroy(callback)
Destroy the object.
<inner>  
Applies a grey background to all ODF field containers as defined in the container definitions within this class.
 
<inner>  
 
Class Detail
gui.OdfFieldView(odfCanvas)
Show ODF fields in an ODT document.
Parameters:
{!odf.OdfCanvas} odfCanvas
Method Detail
<inner> {undefined} clearCSSStyleSheet(style)
Parameters:
{!HTMLStyleElement} style
Returns:
{undefined}

<inner> {!string} createRule(selectors, css)
Parameters:
{!Array.} selectors
{!string} css
Returns:
{!string}

{undefined} destroy(callback)
Destroy the object. Do not access any member of this object after this call.
Parameters:
{function(!Error=):undefined} callback
Returns:
{undefined}

<inner> {!string} generateFieldCSS()
Applies a grey background to all ODF field containers as defined in the container definitions within this class.
Returns:
{!string}

{undefined} hideFieldHighlight()
Returns:
{undefined}

<inner> {!HTMLStyleElement} newStyleSheet()
Returns:
{!HTMLStyleElement}

{undefined} showFieldHighlight()
Returns:
{undefined}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 06 2015 04:10:40 GMT+0200 (MESZ)