I think get and set methods for expressions of collections would be very
useful.
Something like this would suite me:
Exhibit.Collection.prototype.getExpression = function() {
return this._expression;
}
Exhibit.Collection.prototype.setExpression = function(expr) {
this._expression = Exhibit.ExpressionParser.parse(expr);
this._update();
}
Original issue reported on code.google.com by m.d.na...@hetnet.nl on 30 Jun 2009 at 6:05
Original issue reported on code.google.com by
m.d.na...@hetnet.nl
on 30 Jun 2009 at 6:05