Commit Graph

72 Commits

Author SHA1 Message Date
Felix Hamann
d48b335cb2 automatically setup checkboxes via js utility 2019-04-07 22:17:38 +02:00
Felix Hamann
0b62845a8d minor fix for modal js utility 2019-04-07 21:56:27 +02:00
Felix Hamann
e71cf031a0 remove obsolete js utility code for forms 2019-04-07 21:41:57 +02:00
Felix Hamann
4f6e788870 refactor form error remover js utility 2019-04-07 21:40:03 +02:00
Felix Hamann
16f1acd6c6 refactor auto submit button js utility 2019-04-07 21:24:36 +02:00
Felix Hamann
4ef7d5f93a refactor Interactive Fieldset JS utility 2019-04-07 21:13:02 +02:00
Felix Hamann
0fcafcb618 minor docs fix for reactive submit button js utility 2019-04-07 21:12:27 +02:00
Felix Hamann
2c04f6f670 refactor reactive submit button JS utility 2019-04-07 13:48:58 +02:00
Felix Hamann
8a33c7df34 remove obsolete manual inputs JS setup code 2019-04-07 12:54:32 +02:00
Felix Hamann
a581640f7e remove radio button js utility 2019-04-06 19:16:48 +02:00
Felix Hamann
39338c9b0d refactor checkbox JS utility 2019-04-06 19:16:19 +02:00
Felix Hamann
8472a51787 rename fileUpload utility to fileInput utility 2019-04-06 18:42:13 +02:00
Felix Hamann
c42ec9163c remove previously uploaded files JS utility 2019-04-06 15:55:27 +02:00
Felix Hamann
4973fd0b08 refactor file upload JS utility 2019-04-06 14:51:16 +02:00
Felix Hamann
ffef0b94bc refactor JS modal utility to work with new util registry 2019-04-06 14:40:05 +02:00
Felix Hamann
4161af4742 split js utilities in utils and services 2019-04-05 21:34:38 +02:00
Felix Hamann
5e71e8c9e6 rework show-hide js utility 2019-04-05 21:33:11 +02:00
Felix Hamann
6d824d3392 WIP: refactor show hide JS utility to work with new registry 2019-04-03 23:23:53 +02:00
Felix Hamann
af6a21438e add new JS utility registry and proof-of-concept utility 2019-04-03 23:21:12 +02:00
Felix Hamann
b7293a5404 hide form group errors on focus 2019-04-01 22:34:04 +02:00
Felix Hamann
44684f3998 clean inputs javascript 2019-04-01 22:17:43 +02:00
Felix Hamann
b84032d0b9 dont initialize forms inside modals wihout modal headers 2019-03-31 21:49:46 +02:00
Felix Hamann
642a929d93 fix broken table sorting due to links being absolute all of a sudden 2019-03-26 21:35:10 +01:00
Felix Hamann
92c01150a6 add JS safety check for async table filter 2019-03-26 21:35:03 +01:00
Felix Hamann
6a1e49bd49 update name of form identifier for table filters 2019-03-20 22:58:16 +01:00
Gregor Kleen
aca5d180bc Feature complete MassInput 2019-03-20 20:53:10 +01:00
Felix Hamann
6e662b9fe9 fix async table filter trying to submit twice
closes #316
2019-03-14 17:17:30 +01:00
Felix Hamann
24df9cb93e integrate api changes in FE 2019-03-10 16:15:34 +01:00
Felix Hamann
824a8e24e1 beautify async form response in modals 2019-03-10 15:22:29 +01:00
Felix Hamann
b2cb12d029 remove obsolete js console.log 2019-03-07 19:30:45 +01:00
Felix Hamann
d730c369b5 fix js indentation inconsistencies 2019-03-07 19:28:30 +01:00
Felix Hamann
fb26d70c40 show failure message on failed async form requests 2019-03-07 19:22:28 +01:00
Felix Hamann
010718dfab store active js util instances to be able to easier destroy them 2019-03-07 19:17:21 +01:00
Felix Hamann
e0c7edc1ca pass i18n object to each js util instance 2019-03-03 22:23:08 +01:00
Felix Hamann
bd334c73d5 expose scope of js util as part of return object 2019-03-03 22:19:53 +01:00
Felix Hamann
f7efd0433c make table filter show hide collapsed state persistent 2019-03-03 20:44:47 +01:00
Felix Hamann
aaf14087b6 hide filter in showhide 2019-03-03 20:25:06 +01:00
Felix Hamann
18c1cc7466 split checkboxRadio js util into two separate utils 2019-03-03 17:55:16 +01:00
Felix Hamann
8317748442 integrate destroy functions from js utilities in setup utility 2019-03-03 14:55:39 +01:00
Felix Hamann
57f9e058f3 js utils now return function to destroy them 2019-03-03 14:54:38 +01:00
Felix Hamann
1b2d980971 alter ids for dynamic modal content to avoid name collisions
closes #308
2019-03-03 12:24:18 +01:00
Felix Hamann
aaf496f753 fix »checkall« intiialization after content change 2019-03-03 12:05:05 +01:00
Felix Hamann
7df0021fbe add loading states to async table and async table filter 2019-03-02 23:52:35 +01:00
Felix Hamann
7756862aeb add table filter js utility 2019-03-02 22:27:03 +01:00
Felix Hamann
8dd4fd98cb close modals with Escape key 2019-02-25 20:41:38 +01:00
Felix Hamann
f798142a29 add submitHandler helper function to asyncform util 2019-02-25 20:41:10 +01:00
Felix Hamann
e9f7cdf682 move async form initialization to form util 2019-02-25 20:24:44 +01:00
Felix Hamann
2f3a735ae2 make async forms process json response 2019-02-24 23:23:23 +01:00
Felix Hamann
3a30aea5df added new utils »httpClient« and »asyncForm« 2019-02-24 23:00:21 +01:00
Felix Hamann
99949cc4db reimplement dynamic modals 2019-02-24 22:27:45 +01:00