36 Commits

Author SHA1 Message Date
Dave Mc Nicoll
ea780c697e - Fixed 'img' input which was missing 2023-03-29 11:31:45 -04:00
6aaa05b37d - Refractoring on the old code base 2023-03-29 15:11:54 +00:00
72940b3615 - Small quickfix adding backward compat. to the old ui.endform notation 2023-03-29 15:10:24 +00:00
aba66479be - Token name and options are now passed through parse() method 2023-02-02 19:38:20 +00:00
77d05ae051 - Quickfix again 2023-02-02 18:18:05 +00:00
d984ddc540 - Fixed a bug added in previous commit 2023-02-02 18:16:28 +00:00
5397ed4fae - First task of v2 done 2023-02-02 16:43:15 +00:00
f00c98b7ff - Some more work done on documentation and fixed some code at PHP 8 level 2023-01-26 13:33:53 +00:00
3986437800 - Added documentation, fixed some bugs and optimized some parts of the source code while doing the doc. 2022-12-22 14:34:37 +00:00
9190987b53 - Fixed the parse type 2022-12-21 04:24:12 +00:00
cd3cb18665 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2022-11-29 19:48:28 +00:00
3a930c13b1 - Removed sprintf which was causing problems with it's own escaping mechanism while using it in a view 2022-11-29 19:48:17 +00:00
Dave Mc Nicoll
bd501bce86 - Added the multiple value selection 2022-11-11 13:58:22 +00:00
Dave Mc Nicoll
83fee32ac0 - Added CSRF through form processing 2022-02-25 15:33:40 +00:00
97f1f67af1 - Implemented CSRF check, some bugfixes also included 2022-02-03 20:06:04 +00:00
0d9db0470e - Worked with the files begin on the context part 2021-03-09 15:27:54 +00:00
e75d997b02 - Added a new UiImage element.
- Inputs can now have a class array OR a simple string as 'class' param.
2021-03-01 16:35:57 +00:00
6020fa300d Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 15:54:35 +00:00
7437bbfc73 - Casted type to string for selection matching 2020-10-06 15:50:27 +00:00
Dave Mc Nicoll
95c30be9f8 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 11:40:53 -04:00
Dave Mc Nicoll
d05a750b39 - Fixed Numeric types (number) 2020-10-06 11:40:27 -04:00
Dave Mc Nicoll
512af58411 Merge branch 'master' of https://git.mcnd.ca/mcndave/picea-ui 2020-10-06 11:29:05 -04:00
Dave Mc Nicoll
fd73d8e614 - Set formSent() public on FormHandler class
- Fixed class attributes on form which was overwritting it instead of adding to base class
2020-10-06 11:27:56 -04:00
Dave Mc Nicoll
8842ae4eaa - Fixed a bug where "002" value was set as "2", therefore failling to match selected items; a proper value selection must be implemented. 2020-10-06 11:04:13 -04:00
Dave Mc Nicoll
69c7121981 - Small bugfixes within value comparison for UiInput and small bugfixe in select repairing broken options. 2020-05-20 15:32:41 -04:00
Dave Mc Nicoll
48536ab11d - Fixed a bug caused by JsonSerialization and old code accessing attributes.
- Fixed Checkbox and Radio checked using a 4th option parameter
2020-04-09 14:35:24 -04:00
Dave Mc Nicoll
b1129def47 - WIP on forms and UI widgets 2020-03-17 16:14:47 -04:00
Dave Mc Nicoll
657ceb2863 - Added multi-part by default to forms
- Fixed some bug within FormContext and FormHandler.
2020-02-17 08:17:36 -05:00
Dave Mc Nicoll
cb2caf895e - Fixed UiSelect's selected item method
- Added a new DateTime (WIP from firefox still)
2020-01-31 16:37:17 -05:00
Dave Mc Nicoll
e2c1c7ac39 - Fixed conflict 2020-01-30 11:21:26 -05:00
bf7605eef6 Merge branch 'master' of https://github.com/mcNdave/picea-ui 2020-01-30 11:20:22 -05:00
9c8a28d294 - Added a new form() method to ease form handling 2020-01-30 11:19:41 -05:00
Dave Mc Nicoll
2014f7fdeb - UiInput and UiSelect now allows NULL values to be passed 2020-01-29 16:14:23 -05:00
f28ace745d - Corrected inputs handling from view to compiled states
- Added UiSelect widget
- Fixed UiForm widget
- Fixed UiInput widget
- Added mocks of UiMessage and UiPopup. Not even a WIP at this stage.
2019-11-01 14:47:54 -04:00
4bf08def27 - Fixed invalid elements after testing 2019-10-04 08:39:22 -04:00
a0bf505377 - First commit, work done on form input 2019-09-04 15:17:57 +00:00