Commit Graph

83 Commits

Author SHA1 Message Date
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 af31afd34b fixed jQuery dprecations 2025-03-03 12:53:00 +01:00
Micha 263c9ab3c4 Bootstrap 5 works 2025-02-21 17:25:26 +01:00
vitalets 00709fcc46 submit single field, fix #371 2013-11-04 17:54:16 +04:00
vitalets 207f30b266 handleEmpty checks only html by default, excluding wysihtml5, refers to #344, #376 2013-09-22 00:11:37 +04:00
vitalets 5c5a24b86b bs3 first working version 2013-08-31 09:53:34 +04:00
vitalets db5b8fd070 allow apply selector more than once, fix #312 2013-08-06 00:25:17 +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 2c678a10ae do not set transparent bg color directly in style 2013-06-23 19:51:47 +04:00
vitalets 81231f9b06 tune more bg transition 2013-06-23 18:16:00 +04:00
vitalets f58f1c92d7 tune bg transition 2013-06-23 18:10:26 +04:00
vitalets 1e05597d40 comments 2013-06-23 17:40:08 +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 90868b5bc1 allow getValue method to return value itself, not object, fix #259 2013-06-15 20:06:42 +04:00
vitalets 8287173d26 add destroy method for inputs 2013-06-15 16:55:04 +04:00
vitalets ef6151ff15 allow emptytext to be html, fix #164 2013-06-15 16:39:15 +04:00
vitalets 118b5a50d4 allow html as editable content, fix #78, fix #191, fix #82 2013-06-15 16:36:35 +04:00
vitalets 79c06725ba set autotext = always if display is function 2013-06-13 10:36:41 +04:00
vitalets 9c77ecaa32 allow follow links in disabled state 2013-05-20 00:14:22 +04:00
vitalets bdf3ae5815 comments 2013-05-04 13:03:00 +04:00
vitalets 440d5b848e comments 2013-05-04 13:02:14 +04:00
vitalets e97783378a call disable before destroy to clear emptytext, fixes #214 2013-04-23 10:35:35 +04:00
vitalets 77def74313 empty css fix 2013-04-14 22:15:05 +04:00
vitalets fd2898de94 added use strict 2013-04-11 23:40:05 +04:00
vitalets bf86c9d990 comments 2013-03-07 12:30:46 +04:00
vitalets 3270e5e4b7 source as function scope 2013-03-06 21:22:01 +04:00
vitalets fcc08b8def fixes #141: data-value igoned for empty element 2013-03-06 13:17:40 +04:00
vitalets 4d527d7007 comments 2013-02-24 13:08:10 +04:00
vitalets 1765565f31 changelog 2013-02-24 11:16:04 +04:00
vitalets b620b10f12 fix #137 2013-02-24 10:58:51 +04:00
vitalets bdf036c2ef comments for getValue method, fixes #115 2013-02-13 19:33:23 +04:00
vitalets 2e7fec7c48 add comments for value option 2013-02-04 00:04:29 +04:00
vitalets 4161e10192 comments for selector 2013-01-18 16:24:01 +04:00
vitalets 983d011bc7 hide container after triggering save event 2013-01-17 14:52:04 +04:00
vitalets c2d8da0e11 selector option ready, fixes #62 2013-01-17 13:52:37 +04:00
vitalets 22fdd0e8b6 unsavedclass ready, need tests 2013-01-16 23:58:29 +04:00
vitalets 18267a8d07 option emptyclass 2013-01-16 23:32:57 +04:00
vitalets 0ced7f87f5 refactor containers: same render logic, fix tests 2013-01-11 17:07:00 +04:00
vitalets 939e0dba51 change source of select, fixes #61 2013-01-08 14:23:38 +04:00
vitalets f06b5c4d01 bug: source loaded twice if sourceCache = true 2013-01-08 13:33:09 +04:00
vitalets 2fd6340b03 add destroy method 2013-01-08 12:36:35 +04:00
vitalets 5dfa8bb218 datefield ready, need tests 2013-01-04 16:08:00 +04:00
vitalets eca57a4060 mode beta ready 2013-01-04 11:09:22 +04:00
vitalets bd44849e13 response param in display method 2012-12-28 20:01:24 +04:00
vitalets d4d2bf930a itemsByValue method 2012-12-28 18:05:09 +04:00
vitalets 8f5f7f7f91 comments for docs 2012-12-26 22:34:57 +04:00
vitalets 579fa31c70 add namespace to internal save event handler 2012-12-10 22:05:43 +04:00
vitalets c764f7ba39 changelog and submit method docs 2012-12-07 21:19:03 +04:00
vitalets e79605fad6 submit api method refactor 2012-12-07 21:02:24 +04:00