Remoto - VFS
|
Inserts an empty region into a paneManager layout. More...
#include "remoto!stdlib:js/panes/panes/spacer.js"
Public Member Functions | |
spacerPane (layout) | |
applyDiff (diff, user) | |
Apply a diff to this pane. More... | |
applySettings (settings) | |
attach () | |
This node has been attached to the DOM. More... | |
createHTML () | |
Call the base class constructor: pane.prototype.createHTML() , but don't put anything in it. More... | |
destroy () | |
Calls the base destructor: pane.prototype.destroy.call(this) . More... | |
![]() | |
pane (layout, object) | |
activate () | |
DOCME. More... | |
applyDiff (data, user) | |
applyReleaseLock (data) | |
applyRequestError (command, id, reason) | |
applyRequestLock (data) | |
applyRequestSuccess (command, id, data, metadata) | |
applySettings (settings) | |
applySubscription (data, metadata) | |
area () | |
attach () | |
Provides an opportunity for a pane to pass an attach command to its object. More... | |
attached () | |
Detects is this pane is attached to the DOM. More... | |
createHTML () | |
deactivate () | |
If a deactivate method is present on this pane's _object, call it. More... | |
destroy () | |
DOCME. More... | |
detach () | |
Detach this._html and call this._object.detach() . More... | |
find (p, type) | |
hasHelp () | |
mounted (mountState) | |
Notify this pane that the mounted state has changed. More... | |
rename (name) | |
resize () | |
DOCME. More... | |
saveLayout () | |
Build the layout for this pane. More... | |
triggerCurrentPane () | |
DOCME. More... | |
getter | help |
A getter that will return a pane object's help message, or a default message indicating that no help is available. More... | |
getter | paneType |
A getter which will calculate the pane type based on the _object, or return the default "pane". More... | |
Inserts an empty region into a paneManager layout.
This is useful for layered layouts or when using overlapping layoutWrapper instances.
The spacer will be empty, and have no children.
spacerPane | ( | layout | ) |
layout | The layout for this pane |
applyDiff | ( | diff, | |
user | |||
) |
Apply a diff to this pane.
diff | The incoming diff |
user | The user who issued the diff |
This is only present to prevent the default warning message.
applySettings | ( | settings | ) |
settings |
DOCME
attach | ( | ) |
This node has been attached to the DOM.
createHTML | ( | ) |
Call the base class constructor: pane.prototype.createHTML()
, but don't put anything in it.
this._html
destroy | ( | ) |
Calls the base destructor: pane.prototype.destroy.call(this)
.