41 | | 1. [BluePrintGeographicInformationSystems GIS] |
| 41 | 1. [DeveloperGuidelinesTips#Ext Ext] |
| 42 | * Trying different approaches: |
| 43 | 1. Add a new {{{format=ext}}} representation to the [wiki:RESTController REST controller] which uses ext versions of the default layouts which inherit from {{{layout_ext.html}}} |
| 44 | * This seems very slow to load the different components (header, footer, content) into the Ext Viewport |
| 45 | * Have optimised the model to reduce overheads here, but it still doesn't seem to be an optimal approach |
| 46 | 2. Ext forms embedded inside the standard layout |
| 47 | * Making a start with the login form |
| 48 | * Need to get the Web2Py form.custom to integrate with Ext |
| 49 | * Can then add the [http://www.webappers.com/2007/11/11/stunning-password-strength-meter-with-ext-form/ Ext.ux.PasswordMeter] to the register form :) |
| 50 | * Ext menu to come later |
| 51 | |
| 52 | 2. [BluePrintGeographicInformationSystems GIS] |