Commit Graph

11 Commits

Author SHA1 Message Date
stephan.kasdorf
0abbb49b80 Enhance formattributes.php with new attributes for improved functionality. 2025-10-13 12:27:59 +02:00
stephan.kasdorf
157016ff35 Add TypeSwitch class and enhance attribute handling
Introduced a new `TypeSwitch` class to manage input type switch fields for forms, allowing simplified creation of toggle switches or binary options. Enhanced attribute handling in `formattributes.php` to conditionally remove the `checked` attribute only if not explicitly specified. Updated framework to include the new `TypeSwitch` class.
2025-07-14 12:20:09 +02:00
Stephan Kasdorf
b1bded6101 Version 0.9.6 beta - added new form elements, also added a nibiru binary in order to create modules and plugins. 2023-04-03 21:13:03 +02:00
Stephan Kasdorf
5584070f4d Bugfixes and updates on the forms and database access as well as the pagination 2021-05-19 19:57:23 +02:00
Stephan Kasdorf
9070ec0dc8 Version 0.9.5 beta - added attributes max, min, step, onblur, onfocus to the form. 2020-11-04 19:42:22 +01:00
Stephan Kasdorf
419e047bc3 Version 0.9.5 beta - added form attribute disabled to the textfield 2020-09-29 20:43:08 +02:00
Stephan Kasdorf
5ea2781321 Version 0.9.5 beta - added maxlength and tabindex for the input field 2020-09-07 12:56:58 +02:00
Stephan Kasdorf
0d6a207d80 Version 0.9.5 beta - minor bugfix for the checkbox form element. 2020-09-05 18:05:24 +02:00
Stephan Kasdorf
aff8730316 CORE UPDATE: Minor update concerning the autoloading class in the core, now it is also possible to give a loading order through the configuration
Minor update concerning the form factory classes in the core, now some javascript events are implemented as well, another update concerning functinoallity will follow soon.
             Update on the example configuration file, implementing the autoloading order of interfaces, moduels and traits.
             Update for multidatabase support, see the documentation on http://www.nibiru-framework.com
2018-08-28 11:50:22 +02:00
Stephan Kasdorf
ca9ff28194 Update Version 0.4.0 beta 09.07.2018
- Bugfix on the form classes, now the select option is correctly set back.
- Update for the database adapter
- Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed.
- Implementation of the Postgres and MySQL Adapter with propper Namespacing.
- Minor bugfixing
2018-07-09 18:48:03 +02:00
Stephan Kasdorf
c9f29ce086 Version 0.3.5 beta 2018-03-14 16:37:09 +01:00