First of all why am I doing this? Dojo is a popular javascript library which is used extensively and, of particular interest, is coming to more prominence within Alfresco. dojo.store is based on HTML5/W3C’s IndexedDB object store API and is useful because stores can be used to provide the data access methods for a wide […]
Category Archives: dojo
Editing a dojox DataGrid connected to a JsonRest store
A little bit of a problem with using a dojox.grid.DataGrid connected to a dojo.store.JsonRest data store. Note that dojox.grid is officially abandoned so it’s not really a very good idea to use it anyway – should be using dgrid or GridX instead. If you edit a cell value then timing issues mean that although the […]