Class: CellPanel

PJP.CellPanel(PanelName) → {PJP.CellPanel}

new CellPanel(PanelName) → {PJP.CellPanel}

Used for viewing cell model. This currently contains an image.
Parameters:
Name Type Description
PanelName String Id of the target element to create the PJP.CellPanel on.
Author:
  • Alan Wu
Source:
Returns:
Type
PJP.CellPanel

Methods

openCell()

Display cell model image in the PJP.CellPanel.
Source:

resetCellPanel()

Reset the title of cell panel.
Source:

setCellPanelTitle(text)

Set the title string for PJP.CellPanel.
Parameters:
Name Type Description
text String Cell panel title to be set.
Source:

(inner) hideCell()

Hide cell model image in the PJP.CellPanel.
Source:

(async, inner) initialiseCellPanel()

Initialise loading of the page, this is called when the PJP.CellPanel is created.
Source: