Commit Graph

589 Commits

Author SHA1 Message Date
Micha
3eacb7c438 Enhance datepicker UX: position above input with proper styling
- Added CSS positioning to display inline datepicker above input field
- Enhanced datepicker styling with background, border and shadow
- Improved template with datepicker-above class for better positioning
- Maintains Bootstrap 5 compatibility and inline mode functionality

This provides a better user experience by preventing the datepicker
from appearing below and potentially being cut off by page boundaries.
2025-07-26 15:33:02 +02:00
Micha
f4dc8a3dd0 Fix datepicker functionality for Bootstrap 5 x-editable
- Updated Gruntfile to use npm bootstrap-datepicker instead of bundled version
- Fixed DPGlobal reference from bdatepicker to datepicker
- Changed mode from inline to popup to ensure date input type is used
- Fixed missing type assignment in editable element initialization
- Enhanced input2value function with fallback logic to extract dates from dates array
- Added comprehensive debugging and error handling
- Datepicker now properly opens, captures selections, and submits formatted dates
2025-07-26 14:25:39 +02:00
Micha
1dbf4d2fa7 bufixed on json source 2025-07-02 17:41:13 +02:00
Micha
fa96bccbf3 datepicker working 2025-03-09 12:19:33 +01:00
Micha
8d6ea5e084 added bs5 images 2025-03-04 14:51:12 +01:00
Micha
55d950d703 added bs5 images 2025-03-04 14:33:33 +01:00
Micha
80932401bd added bs5 images 2025-03-04 14:24:35 +01:00
Micha
af31afd34b fixed jQuery dprecations 2025-03-03 12:53:00 +01:00
Micha
30f1b9a6a9 fixed jQuery dprecations 2025-03-03 12:43:56 +01:00
Micha
d0d10a7e90 fixed jQuery dprecations 2025-03-03 12:16:55 +01:00
Micha
8176c13006 fixed jQuery dprecations 2025-03-03 11:59:50 +01:00
Micha
4d360c3749 fixed jQuery dprecations 2025-03-03 11:57:30 +01:00
Micha
323de3b9e3 fixed jQuer dprecations 2025-03-03 11:56:17 +01:00
Micha
2d450fe257 updted README.md 2025-02-23 17:56:24 +01:00
Micha
39bb5a3e71 updted README.md 2025-02-23 15:59:23 +01:00
Micha
5209d2f85d adapted README.md 2025-02-21 17:32:33 +01:00
Micha
aab5a76501 Merge branch 'bootstrap-5.3' 2025-02-21 17:25:47 +01:00
Micha
263c9ab3c4 Bootstrap 5 works 2025-02-21 17:25:26 +01:00
Micha
94b34e6256 Bootstrap5 support 2025-02-21 16:57:59 +01:00
Vitaliy Potapov
ce55af42ca Update README.md 2025-02-11 13:56:24 +04:00
MarQuis Knox
bbbd2e2b40 Update README.md 2017-01-10 13:37:34 +01:00
MarQuis Knox
5e3f54c0dd UPDATED: README.md
Updated branch to submit Pull Requests
2017-01-10 13:35:55 +01:00
MarQuis Knox
b510cc86b9 Update README.md 2016-12-20 18:31:11 +01:00
MarQuis Knox
dc8967d116 Update README.md 2016-12-18 22:26:41 +01:00
lorvent
3e983bc6d2 Merge pull request #898 from wenzhixin/patch-1
fix #897: success is not defined bug
2016-05-08 09:54:23 -04:00
wenzhixin
fe5b56a9c2 fix #897: success is not defined bug 2016-05-08 14:49:27 +08:00
lorvent
e03afb2436 Merge pull request #876 from psaintlaurent/patch-1
Incorrect deferred implementation
2016-03-18 21:19:28 +05:30
Patrick St. laurent
93789de24d Typo in github editor 2016-03-11 12:35:35 -05:00
Patrick St. laurent
a55709c990 Update bootstrap-editable.js 2016-03-11 12:33:08 -05:00
Patrick St. laurent
9275da7cfc Incorrect deferred implementation
This function creates a success object and a deferred object but the success object is never established as a handler for the deferred.  In practice this means that the display callback is never executed and values are never rendered.
2016-03-11 01:14:54 -05:00
lorvent
717d7f8594 Merge pull request #872 from AleksandrChernyavenko/master
default value for combodate.maxYear ( must be current year, not 2015 )
2016-03-02 01:03:55 +00:00
AleksandrChernyavenko
85fa502f2c default value for combodate.maxYear
Set default value  for combodate.maxYear to current year
2016-03-01 11:48:55 +02:00
lorvent
565f730945 Merge pull request #697 from tasarsu/patch-1
Bower jquery version change
2016-02-09 01:06:11 -05:00
lorvent
c54078cb23 Merge pull request #859 from PerformanceHorizonGroup/add-slider-editor
added Slider editor extension
2016-02-05 05:04:40 -05:00
Georgi Kostov
c2e64bc989 removed commented out code 2016-02-05 09:40:05 +02:00
lorvent
42b6d07a6b Merge pull request #849 from moradrouaguy/patch-1
Update bootstrap-editable.js
2016-02-04 13:48:15 -05:00
lorvent
28210f5cbb Merge pull request #690 from ma-si/patch-1
Update composer.json
2016-02-04 13:44:38 -05:00
Georgi Kostov
6099e5176d added Slider editor 2016-01-21 12:40:50 +02:00
moradrouaguy
76cdd53091 Update bootstrap-editable.js
I just put the current Year for the default maxDate (combodate).
2016-01-05 15:22:47 +00:00
Tim Uy
8de8dde8b6 Merge pull request #694 from smasala/master
stop css breaking in a popup BS3
2015-11-11 08:18:15 -08:00
Tim Uy
0cf3b10e8e Merge pull request #713 from powellzer/master
Check if select2 input exists before destroy
2015-11-11 08:12:50 -08:00
Tim Uy
5160ac6564 Merge pull request #836 from 304NotModified/patch-1
fixed syntax highlighting
2015-11-11 08:04:24 -08:00
Julian Verdurmen
f58b301414 fix syntax highlighting 2015-11-11 12:57:34 +01:00
Tim Uy
ccf1705213 Update README.md 2015-11-10 12:58:01 -08:00
E. Timothy Uy
80c93e2a8f Merge pull request #771 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-11-09 17:08:26 -08:00
E. Timothy Uy
b70f19a04e Merge pull request #807 from pablo/master
Fix a typo
2015-09-26 22:29:31 -07:00
Pablo Santa Cruz
3e87256663 Fix a typo
Fix a very small typo in a comment.
2015-08-31 09:44:35 -04:00
Kevin Kirsche
99e46a4af0 Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3
2015-06-10 19:20:05 -04:00
Vitaliy Potapov
8a6ad079bb Update README.md 2015-03-12 11:34:05 +03:00
Vitaliy Potapov
8b4053f4f7 Update README.md 2015-03-12 11:26:20 +03:00