Suppress Backspace
| tags: dojo, javascript
Code to prevent browsers from going back a page on backspace.
| tags: dojo, javascript
Code to prevent browsers from going back a page on backspace.
| tags: dojo, programming
Our BigWords project needs Sets which are lists of Games and SetOrders which sequence the Sets. Json References seem perfect for this but the examples I could find online did not conform to my experience with the way it actually works.
| tags: tornado, python, dojo, javascript, programming
I looked high and low and couldn't find a working example of connecting a dojox.grid.DataGrid to a dojox.data.JsonRestStore so I puzzled out parts of it myself. This code probably has errors and omissions but it seems to work for me with dojo 1.4.1.
I would appreciate any corrections or pointers to other examples from those of you who know better. I haven't included any error checking and the references to items by key break down after deletions because of the simple minded implementation of the "database".