3 'remoto!stdlib:js/panes/pane.js',
4 'remoto!stdlib:js/panes/panes/iframe.css',
32 pane.call(
this,layout);
36 this._url = layout.url ||
null;
50 if (this._html)
return this._html;
52 this._html = $(
"<iframe class='iframe'>");
55 this._html.attr(
"src",this._url);
77 this._subscribed =
true;
97 { this._url = diff.url;
99 this._html.attr(
"src",this._url);
129 if (this._html && this._html.parent())
130 { this._html.parent().css(
"overflow",
"hidden");
131 this._html.css(
"height",this._html.parent().height()+
"px");
Load an iframe into a pane.
resize()
This is an inelegant solution to a baffling bug: for some reason the iframe does not dynamically resi...
applySubscription(data, metadata)
Create a pane which will be mounted into a paneManager layout.