HTML Type

HTML template for Cytoscape

Static members

Static member Description

HTML.CreateGraphHTML(graphData, zooming, divId, cytoscapeReference, ?Width, ?Height)

Full Usage: HTML.CreateGraphHTML(graphData, zooming, divId, cytoscapeReference, ?Width, ?Height)

Parameters:
    graphData : string
    zooming : string
    divId : string
    cytoscapeReference : CytoscapeJSReference
    ?Width : int
    ?Height : int

Returns: XmlNode list
graphData : string
zooming : string
divId : string
cytoscapeReference : CytoscapeJSReference
?Width : int
?Height : int
Returns: XmlNode list

HTML.CreateGraphScript(graphData, zooming, cytoscapeReference)

Full Usage: HTML.CreateGraphScript(graphData, zooming, cytoscapeReference)

Parameters:
Returns: XmlNode
graphData : string
zooming : string
cytoscapeReference : CytoscapeJSReference
Returns: XmlNode

HTML.Doc(graphHTML, cytoscapeReference, ?AdditionalHeadTags)

Full Usage: HTML.Doc(graphHTML, cytoscapeReference, ?AdditionalHeadTags)

Parameters:
Returns: XmlNode
graphHTML : XmlNode list
cytoscapeReference : CytoscapeJSReference
?AdditionalHeadTags : XmlNode list
Returns: XmlNode

HTML.show (cy, ?DisplayOpts)

Full Usage: HTML.show (cy, ?DisplayOpts)

Parameters:
cy : Cytoscape
?DisplayOpts : DisplayOptions

HTML.toEmbeddedHTML ?DisplayOpts

Full Usage: HTML.toEmbeddedHTML ?DisplayOpts

Parameters:
Returns: Cytoscape -> string

Converts a CyGraph to it HTML representation and embeds it into a html page.

?DisplayOpts : DisplayOptions
Returns: Cytoscape -> string

HTML.toGraphHTML ?DisplayOpts

Full Usage: HTML.toGraphHTML ?DisplayOpts

Parameters:
Returns: Cytoscape -> string
?DisplayOpts : DisplayOptions
Returns: Cytoscape -> string

HTML.toGraphHTMLNodes ?DisplayOpts

Full Usage: HTML.toGraphHTMLNodes ?DisplayOpts

Parameters:
Returns: Cytoscape -> XmlNode list

Converts a CyGraph to it HTML representation. The div layer has a default size of 600 if not specified otherwise.

?DisplayOpts : DisplayOptions
Returns: Cytoscape -> XmlNode list