|
Friday, 23 December 2005 |
|
You can now download the latest release of mosForms.
This I intend to be the last alpha release . I'll now be concerntrating of fixing any bugs that are in the code and documenting the component Changes
-
added: start of join class
- Extra filtering options for viewing elements
- Option to process custom php code on form submission (requires CURL library to be installed)
- Option to set the table to show only data relating to the user
-
Improved copying of forms/elements/groups
- Move towards xml files to define element properties
- Hide individual elements based on the user's access rights
- Javascript actions applicable to all elements (e.g. onchange, onblur)
- The form will now load in a javascript file located at/components/com_mosforms/js/1.js where 1 is the form id.
- The form will now load in a css file located at /components/com_mosforms/css/1.css where 1 is the form id.
- option for radio & checkboxes to show element before label
- groups can now be set to allow their duplication when completing a form
- you can now eval display text.
- option to render database joins as either drop down list or series of radio buttons
- Improved css layout of forms
What's still not working:
Forms can not be displayed using patTemplate
Creating table joins physically merges the tables in the database - not too good a thing
|