Rufus Pollock
4281801120
[#88,refactor/state,api-change][m]: FlotGraph now uses state plus DataExplorer takes care of parsing state from Hash.
...
* First test for FlotGraph view (#45 )
* Move convenience functions for testing present of elements to test/base.js from view-grid.test.js
2012-04-15 15:03:02 +01:00
Rufus Pollock
8f33235933
[#88,refactor/state,api-change][s]: convert state on DataExplorer to proper ObjectState model and rename config to state in DataExplorer initialization arguments.
...
* Also add more tests (#45 ).
2012-04-15 13:44:01 +01:00
Rufus Pollock
670eb1e1de
[#88,view/grid,refactor][s]: switch DataGrid to use new state setup (and introduce new Model ObjectState for this purpose).
...
* Switched hiddenFields to be part of state object (only state on DataGrid at the moment).
2012-04-14 12:58:39 +01:00
Rufus Pollock
77414ff9ca
[#88,view/refactor][s]: start on state management and serialization with getState function on Explorer.
2012-04-14 11:42:02 +01:00
Rufus Pollock
05293cbb6f
[#45,test/view][s]: start on some basic tests for data explorer view.
2012-04-14 11:37:52 +01:00
Rufus Pollock
92f1fba38d
[refactor][xs]: rename view test to view-grid test.
2012-04-13 19:02:11 +01:00
Rufus Pollock
70c43015ea
[#68,view-grid,refactor][xs]: switch to new field / doc renderer and deriver.
...
* remove existing cellRenderer and switch to calling doc.getFieldValue(field)
2012-04-10 01:30:06 +01:00
Rufus Pollock
1fd337e1d4
[#48,refactor][s]: rename DataTable to DataGrid - fixes #48 .
2012-02-22 21:18:30 +00:00
Rufus Pollock
5b70170ec7
[#40,view][s]: add support for CellRenderer as argument to DataTable and DataTableRow ( fixes #40 ).
2012-02-18 10:30:24 +00:00
Rufus Pollock
4074f380d8
[#25,view,refactor][s]: get views working with new field setup ( fixes #25 ).
...
* One nastiness along the way (30m delay!) that is worth noting: flot graph was a problem because it turned out that a) (re-)render triggered by dataset attributes change and fields only got set *after* core dataset attributes and so info was rendering.
* model.test.js: basic test for Dataset.toTemplateJSON
2012-02-18 09:07:35 +00:00
Rufus Pollock
3ea18aa715
[#25,refactor][s]: rename header(s) -> field(s) throughout.
2012-02-17 23:43:27 +00:00
rgrp
653f59610f
[refactor][s]: put model and view objects inside modules of similar name (Model, View).
2011-12-07 13:49:50 +00:00
rgrp
d35d3a8986
[view,test][m]: (refs #10 ) introduce DataTablRow view for rendering DataTable row and test it (though have not yet integrated).
2011-12-07 01:53:52 +00:00