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
|
c32fee8a9b
|
add debug switch for console outputs in JS utilRegistry
|
2019-04-07 13:53:41 +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
|
98fb84f0fc
|
add fallback for missing translations in JS I18n registry
|
2019-04-06 14:53:37 +02:00 |
|
Felix Hamann
|
4973fd0b08
|
refactor file upload JS utility
|
2019-04-06 14:51:16 +02:00 |
|
Felix Hamann
|
c2d01e9489
|
add i18n registry for JS utils
|
2019-04-06 14:45:01 +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
|
84237c4484
|
Merge branch 'async-form-responses' into 'master'
Async form responses
See merge request !161
|
2019-03-11 20:50:36 +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
|
d421133a6a
|
some small adjustments to radio button groups and dropdowns
|
2019-03-03 23:35:38 +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
|
e8f0aacaca
|
beautify show-hide js util toggles
|
2019-03-03 21:13:51 +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
|
1363a29778
|
add initial styles for radio groups
|
2019-03-03 17:55:32 +01:00 |
|
Felix Hamann
|
18c1cc7466
|
split checkboxRadio js util into two separate utils
|
2019-03-03 17:55:16 +01:00 |
|
Felix Hamann
|
616fdee4fc
|
move radio and checkbox styles in separate files
|
2019-03-03 17:29:59 +01:00 |
|
Felix Hamann
|
5765d3eba0
|
smoother fade out for async contents
|
2019-03-03 14:55:54 +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 |
|