Split panel widget. Mostly working, needs some more special case for working with nm - they both want full page

This commit is contained in:
Nathan Gray
2013-02-22 00:25:41 +00:00
parent 072c46578e
commit 03c9c0804f
5 changed files with 601 additions and 0 deletions

View File

@ -89,7 +89,9 @@ widget_browser.prototype.select_widget = function(e,f)
// Clear previous widget
if(this.widget)
{
this.et2.widgetContainer.removeChild(this.widget);
this.widget.free();
this.widget = null;
}
// Get the type of widget