Remoto - VFS: Panes
Remoto - VFS
Panes

A pane is a wrapper around a UI region, to be mounted using a paneManager. More...

Classes

class  applicationMenu
 
class  contentSelector
 
class  diagnosticPane
 
class  form
 Form renderer. More...
 
class  formListEditor
 
class  glCanvas
 
class  htmlPane
 Subscribe to a VFS path and render received html into a pane. More...
 
class  iframe
 Load an iframe into a pane. More...
 
class  imagePane
 Create an image pane to mount into a layout. More...
 
class  layoutWrapper
 
class  listing
 
class  nodeCanvas
 
class  nodeProperties
 
class  pane
 panes can have _saveFields or _help More...
 
class  paneFactory
 The paneFactory dynamically loads pane definitions and registers them to create new pane instances. More...
 
class  paneLoader
 
class  paneTransitioner
 The pane transition will receive a path in its state field, and will subscribe to that path. More...
 
class  spacerPane
 Inserts an empty region into a paneManager layout. More...
 
class  staticHtml
 Insert raw html into a pane. More...
 
class  textStream
 A pane subclass used to display text streams like log data. More...
 
class  unityPane
 The unityPane will load a WebGL-compiled Unity project into a pane. More...
 
class  videoPane
 The videoPane will create a <video> tag and manage its settings. More...
 

Detailed Description

A pane is a wrapper around a UI region, to be mounted using a paneManager.

All panes inherit the pane base class. A pane requires a layout, which in almost all cases will contain a path. The path is the subscription identifier to the VFS, and changes to the contents of a VFS path should be rendered by the pane.

See also
paneManager
Javascript Libraries