Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Adds info from Dominic Andrew Amann,

...

  • Take a look at DWR. I found this really easy to integrate with OFBiz. No complicated Javascript/JSON. Also, its Apache V2 licensed.
  • Disabling right click: document.oncontextmenu=new Function("return false")
  • Restrict your user to go back: window.history.forward(0

...

Development tips

...