Micha
6ea537cd55
Fix datepicker workflow to match legacy behavior
...
- Implement proper button hiding/showing workflow for datepicker inputs
- Buttons now hidden initially when datepicker opens
- Buttons appear only after date selection, not immediately
- Datepicker closes automatically after date selection
- Enhanced CSS specificity for reliable button control
- Robust fallback methods for datepicker closing
- Update to version 25.0.5
2025-07-27 16:40:58 +02:00
Micha
53bc5ef34e
Fix CSS layout issues for Bootstrap 5 inline editing
...
- Add flexbox layout for inline editing forms
- Constrain select dropdown maximum width to prevent overflow
- Improve button styling and spacing
- Fix alignment issues in inline mode
- Bump version to 25.0.2
2025-07-27 15:11:10 +02:00
Micha
d4adf5e6e2
Remove legacy framework support: clean up for Bootstrap 5 only
...
- Remove all Bootstrap 2/3 source files and containers
- Remove jQuery UI datepicker dependencies and files
- Remove legacy input extensions (select2, typeahead, wysihtml5)
- Remove old test framework libraries
- Clean up dist files to match source removal
- Prepare codebase for Bootstrap 5 only distribution
2025-07-27 13:32:49 +02:00
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
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
55d950d703
added bs5 images
2025-03-04 14:33:33 +01:00
Micha
af31afd34b
fixed jQuery dprecations
2025-03-03 12:53:00 +01:00
Micha
d0d10a7e90
fixed jQuery dprecations
2025-03-03 12:16:55 +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
Steven Masala
5b769315f7
Update editable-form.css
2014-12-16 16:47:58 +01:00
vitalets
7191240c75
dev build
2013-10-10 20:42:55 +04:00
vitalets
df3e2daffd
allow validate
to change submitted value, fixes #400
2013-10-10 20:36:36 +04:00
vitalets
882ac60346
fix lint warns
2013-10-07 12:53:32 +04:00
vitalets
99b9fc1873
set width: auto to bs3 form-controls, see #393
2013-10-04 22:04:55 +04:00
vitalets
28e1f68cd3
fix processing true
returned by validate method, fix #155
2013-10-04 21:33:39 +04:00
vitalets
06934b9656
add typeahead.js, fix #362
2013-09-28 14:48:39 +04:00
vitalets
e4f3a40b08
fix typo, fixes #383
2013-09-21 16:52:54 +04:00
vitalets
6450a12a92
default btn-sm in bs3
2013-08-31 14:48:58 +04:00
vitalets
5c5a24b86b
bs3 first working version
2013-08-31 09:53:34 +04:00
vitalets
0e7fea42d7
comments
2013-08-06 11:09:22 +04:00
vitalets
65f0587f63
comments
2013-08-06 11:07:28 +04:00
vitalets
081135a221
textarea: use white-space: pre-wrap instead of converting nl2br and back, see #48
2013-08-05 23:57:30 +04:00
vitalets
241a217ab9
add defaultValue
option, related to #243
2013-08-05 23:01:24 +04:00
vitalets
0471b7b01b
tiny refactor of utils
2013-08-05 00:23:48 +04:00
vitalets
b1365b4416
comments
2013-07-20 13:29:59 +04:00
vitalets
e6ac02124c
support id() and text() functions of select2, see #276
2013-06-26 10:26:49 +04:00
vitalets
89cccbb860
fix lint errors
2013-06-23 17:16:15 +04:00
vitalets
d5eeb3e1b9
highlight element after update, fix #245
2013-06-23 13:56:10 +04:00
vitalets
30242780ce
comments
2013-06-23 12:20:41 +04:00
vitalets
9cbcb0e99c
added `do not close popup when it is saving value, fix #224
2013-06-15 20:58:36 +04:00
vitalets
025c4c20cb
added submitValue
to save
event params
2013-06-15 20:19:07 +04:00
vitalets
a11892986c
fix css for cleasr button in text inputs
2013-05-04 16:27:37 +04:00
vitalets
b9360f16cd
rename fail to error, add test, fix #219
2013-05-04 14:48:10 +04:00
vitalets
e15aed7d17
Merge branch 'master' of git://github.com/joekaiser/x-editable into joekaiser-master
2013-05-04 14:02:22 +04:00
Joe Kaiser
82e012c4b6
aded support for a fail callback - per #219
2013-05-03 13:05:52 -07:00
vitalets
458e11cbfe
showbuttons: bottom, fix #198
2013-04-24 10:00:56 +04:00
vitalets
25bf2a360f
position clear button via css
2013-04-14 23:29:23 +04:00
vitalets
fd2898de94
added use strict
2013-04-11 23:40:05 +04:00
vitalets
035b6bccb0
add check for undefined of pk
2013-04-11 23:22:57 +04:00
vitalets
2bee082f5b
Merge branch 'patch-3' of git://github.com/mdeweerd/x-editable into mdeweerd-patch-3
2013-04-11 23:16:44 +04:00
vitalets
db0cab85c4
align datepicker icon to center of button, fix #183
2013-04-09 23:16:14 +04:00
mdeweerd
3f177bc1bc
Change to allow pk=0
...
Another try - hopefully this time in dev.
2013-04-07 19:00:07 +03:00
vitalets
2778630c7b
tests for datetimefield
2013-04-02 13:36:18 +04:00
vitalets
03722e5ec2
comments
2013-03-08 15:38:37 +04:00
vitalets
d39f4d3b8a
fix #99
2013-03-06 20:57:43 +04:00
vitalets
41fd0929bd
fix line -heaigh and and clear button position, fix #133
2013-03-06 17:44:26 +04:00
vitalets
b0dd701b78
comments for url
option
2013-01-17 14:06:28 +04:00
vitalets
c2d8da0e11
selector option ready, fixes #62
2013-01-17 13:52:37 +04:00