v14.1 [Nov 21, 2014]
- HTML filter becomes available for Text, Text area, and WYSIWYG editors. Use it to strip unwanted HTML tags and attributes from user input.
- Starting from this version PHP Generator "remembers" the URL requested by an unauthorized user and redirects to the appropriate page after successful login.
- The Cerulean color scheme is now selected by default.
- The "Page navigator" option (None/Top/Bottom/Both) now also affects the partition list.
- Value of the "Copy all files / Do not copy system files" option is now stored in the project file.
- Page filter condition was not saved in the project file for detail pages.
- The OnPreparePage and OnInsertFormValidate events now fire for detail pages as well.
- Non-English characters could be displayed incorrectly in Inline modes on using ANSI encoding.
- Error messages coming from database server are now displayed in the Inline mode too.
- Values like 0 or empty string are now sent to the server correctly from OnBefore[Insert|Update]Record event handlers.
- Oracle: SQL scripts for creation user and permission tables have been fixed.
- Some other minor fixes and corrections.
v11.4 [Apr 22, 2011]
Support for multi-level auto-complete editors has been implemented. Such control is based on cascading drop-down lists and allows you to select a value from a long list step-by-step. For example, when we select a country in the Country drop-down list, it will populate the City drop-down list according to the country selected,
The Generate thumbnail option has been added to additional settings of the Upload image to folder editor. This feature allows you to save resized copies of uploaded images to a specified catalog.
Starting with this version it is possible to edit and insert data within modal dialogs. To activate this feature, tick the corresponding checkbox in the Project Options or Page Properties window.
Starting with this version it becomes possible to use a fixed header for data grid as well as display line numbers for grid records.
Client side validation has been significantly improved. Now our software comes with a number of pre-defined validators including Range, Length range, Email, Credit card, URL, Regular expression, and some others. It is also still possible to implement your own validation logic using the OnEditFormValidate/OnInsertFormValidate events.
# New version comes with a time edit control (that is now used by default for columns that store time-of-day values) and with a masked edit control that provides restricted data input.
Support for grid footers has been added. The footers allow you to display summaries (Sum, Average, Count, etc) for all or selected grid columns.
New version also features a possibility of excluding certain files from the output. This can be useful if you modified some files (e.g. images) manually and don’t want them to be rewritten on the next generation.
Now it is possible to enable lookup editors based on a template that contains one or more table columns. No more additional queries, just specify the template of the editor data and get easy-to-use interface.