CRUDE-ASP
CRUDE-ASP copied to clipboard
Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
Declare values for additional AngularJS variables to be used as placeholders: - [X] row['...'] (already implemented row-level palceholders) - [X] {{this}} (current field value) - [x] dataview[id] - [x] dataview[title]...
- [ ] Database ERD tables based on final design: https://github.com/EitanBlumin/CRUDE-NET/wiki/Database-ERD#crudeuser - [ ] User login using basic authentication, save session cookie - [ ] Basic permissions check (logged in...
Base: https://datatables.net/manual/i18n - [ ] Add "language" element to the respite_crud static class in datatable_respite_crud.js - [ ] Add static function to translate a string based on the language element....
Use HTML 5 semantic elements standards: https://www.w3schools.com/html/html5_semantic_elements.asp
The xhr.dt event in DataTables allows intercepting the Ajax data returned from the server side call. https://datatables.net/reference/event/xhr This should let us use additional data returned by the server, such as...
After removing a filter set by a URL parameter, the items filled in the dropdown box of column filters is not set to reflect all available values in the table.
Use jQuery implementation (see #117 ), and something like the following: https://stackoverflow.com/questions/51871908/bootstrap-4-nested-dropdown
Implement support for creating custom rich text pages. Also add navigation item properties: - pageid - navigation item type (URL, iframe URL, data view, custom page, parent node)