An automatic UI generator is written during idle time. The main functions are as follows:
1. The front and back-end UI is automatically generated, including the front-end HTML source code and JS events, background events and functions;
2. The control can take modal values.ProgramAutomatically scans the forms available for query in the project to obtain various optional configuration parameters;
3. The length of the input content of the control is automatically controlled, and the content is automatically verified. For example, the integer type cannot contain characters;
4. Supports primary and secondary tables. You can set one primary table and N secondary tables. The secondary table must have foreign keys associated with the primary table;
5. You can customize the initial value of the control. The following three data binding methods are provided for pulling options;
6. The UI can be regenerated at any time without affecting data storage.
7. All configuration files can be saved and loaded. When the UI is created, an SQL statement for creating the master table is generated for backup.
8. The generated interface is consistent and elegant,CodeHigh execution efficiency and fast running speed.
In the actual development process, N pages are generated, and only a few special pages need to be manually modified. Most other pages (especially basic information) do not need to be modified, high development efficiency. At present, we plan to develop a UI generator to meet more complex requirements.
Demo URL:
Http://www41.websamba.com/gzlinhai/project/linhai_webui_builder.html