| | 48 | == Javascript == |
| | 49 | * jQuery is used for client-side business logic (hiding fields, opening up tabs, etc): |
| | 50 | * Tutorial 1: http://docs.jquery.com/Tutorials:How_jQuery_Works |
| | 51 | * Tutorial 2: http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery |
| | 52 | * Main reference: http://docs.jquery.com |
| | 53 | * We use some plugins: http://plugins.jquery.com |
| | 54 | * & some Widgets: http://jqueryui.com |
| | 55 | |
| | 56 | * ExtJS is used for some advanced widgets: |
| | 57 | * http://extjs.com/learn/Tutorial:Introduction_to_Ext_2.0 |
| | 58 | * http://www.extjs.com/deploy/dev/examples/grid/row-editor.html |
| | 59 | * API: http://www.extjs.com/deploy/dev/docs/ |
| | 60 | |
| | 61 | * W3Schools' basic JS: http://www.w3schools.com/js/ |
| | 62 | |