Expressions in the dataview-rows are now evaluated correctly

This commit is contained in:
Andreas Stöckel
2011-09-07 16:59:23 +00:00
parent f5c5df3299
commit b1223cb426
5 changed files with 65 additions and 20 deletions

View File

@ -51,7 +51,7 @@ 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);
_dataRow.updateData({});
_dataRow.updateData({"content": {"ts_title": "Idx: " + _idx}});
},
unregisterDataRow: function(_dataRow) {