Layout & some functionallity for nm header

This commit is contained in:
Nathan Gray
2011-09-27 00:16:00 +00:00
parent c5237863c2
commit 4e8fe1bb2c
5 changed files with 79 additions and 8 deletions

View File

@ -509,6 +509,9 @@ var et2_dataview_rowTemplateWidget = et2_widget.extend(et2_IDOMNode, {
this._mgrs = {};
this._row = _row;
// Set parent to root widget, so sub-widget calls still work
this._parent = _root;
// Clone the widgets inside the placeholders array
this._widgets = [];
},