3 'remoto!stdlib:js/panes/pane.js',
32 pane.call(
this,layout);
34 this._keepType =
true;
35 this._saveFields.keepType =
"_keepType";
37 this._rawContent = layout.content ||
null;
38 this._saveFields.content =
"_rawContent";
40 this._type =
'staticHtml';
55 if (this._html)
return this._html;
60 this._content.html(this._rawContent);
62 this._content.html(
" ");
93 this._content.empty();
94 this._rawContent = diff.content;
96 if (diff.content ===
null)
99 this._content.html(
" ");
103 this._content.html(this._rawContent);
141 this._rawContent =
null;
142 this._content.empty();
Create a pane which will be mounted into a paneManager layout.
Insert raw html into a pane.
attach()
This node has been attached to the DOM.
applyDiff(diff, user)
Apply a diff to this pane.
destroy()
Destroy the content html and call the base destructor.
createHTML()
Create the html representation of this pane, and store that DOM element as this._html.