Implemented system for fast cloning of rows in the dataview - widgets which want to support this method have to implement et2_IDetachedDOM

This commit is contained in:
Andreas Stöckel
2011-09-06 16:50:38 +00:00
parent a363919485
commit 8d5b990826
9 changed files with 473 additions and 99 deletions

View File

@ -50,7 +50,8 @@ var et2_dataview_dataProvider = Class.extend({
// All data rows are updated independently of all others - this allows
// user input between generation of the widgets.
window.setTimeout(function() {_dataRow.updateData({"readonlys": {"__ALL__": true}});}, 0);
//window.setTimeout(function() {_dataRow.updateData({"readonlys": {"__ALL__": true}});}, 0);
_dataRow.updateData({});
},
unregisterDataRow: function(_dataRow) {