From: erickson Date: Wed, 23 Jul 2008 19:42:59 +0000 (+0000) Subject: going back to editors.Dijit, since editors.textbox does not appear to work X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=26659b4470425bfbd3b2af50b1c21fe9569120cb;p=Evergreen.git going back to editors.Dijit, since editors.textbox does not appear to work git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10103 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html index c8dc4d7027..738c5afe66 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html @@ -92,7 +92,8 @@ pointing to the JUB model (and store) that you have created. editor: openils.editors.OrgUnitSelectEditor }, {name:"Barcode", field:"barcode", width:'auto', - editor:dojox.grid.editors.TextBox, + editor:dojox.grid.editors.Dijit, + editorClass: "dijit.form.TextBox" }, {name:"Call Number", field:"cn_label", width:'auto', editor:dojox.grid.editors.Dijit,