From 3b5d89796f870cb88623a260628468db4a88ac28 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 29 Mar 2012 05:06:25 -0400 Subject: [PATCH] create and edit working. not quite delete yet. also, broke out line numbers and selectors into a separate dojo module for flattener grid and autogrid to share. don't quite have it right though, as flattenergrid works but for autogrid you can no longer see the lineno and selector columns (although they are present in grid.structure[0].cells[0]) hrm Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/templates/conify/flattener_test.tt2 | 19 +-- Open-ILS/web/js/dojo/openils/FlattenerStore.js | 95 ++++++++------ Open-ILS/web/js/dojo/openils/widget/AutoGrid.js | 123 +----------------- .../web/js/dojo/openils/widget/FlattenerGrid.js | 16 ++- .../js/dojo/openils/widget/_GridHelperColumns.js | 140 +++++++++++++++++++++ 5 files changed, 223 insertions(+), 170 deletions(-) create mode 100644 Open-ILS/web/js/dojo/openils/widget/_GridHelperColumns.js diff --git a/Open-ILS/src/templates/conify/flattener_test.tt2 b/Open-ILS/src/templates/conify/flattener_test.tt2 index b7404f4cf8..d8944a12d9 100644 --- a/Open-ILS/src/templates/conify/flattener_test.tt2 +++ b/Open-ILS/src/templates/conify/flattener_test.tt2 @@ -1,5 +1,11 @@ [% WRAPPER base.tt2 %] [% ctx.page_title = 'Flattener Test' %] +