vitalets
|
0c49c5bf7f
|
finilize changelog
|
2013-11-04 18:57:08 +04:00 |
|
vitalets
|
00709fcc46
|
submit single field, fix #371
|
2013-11-04 17:54:16 +04:00 |
|
vitalets
|
c77ebf6cc7
|
select2: show placeholder when value is empty
|
2013-11-02 22:28:45 +04:00 |
|
vitalets
|
0d4dbd8bd7
|
changelog, fixed #354
|
2013-10-10 20:45:51 +04:00 |
|
vitalets
|
df3e2daffd
|
allow validate to change submitted value, fixes #400
|
2013-10-10 20:36:36 +04:00 |
|
vitalets
|
8efa4060c5
|
bs3 popover: placement auto , fix #396
|
2013-10-07 19:32:47 +04:00 |
|
vitalets
|
57e3ca815b
|
select2: tags mode with space separator, fix #357
|
2013-10-07 12:51:58 +04:00 |
|
vitalets
|
0ef1ad5ba4
|
dateui: clear button does not submit, fixes #374
|
2013-10-05 14:29:58 +04:00 |
|
vitalets
|
1ccbfc1a11
|
bump 1.5.0
|
2013-10-01 23:21:57 +04:00 |
|
vitalets
|
06934b9656
|
add typeahead.js, fix #362
|
2013-09-28 14:48:39 +04:00 |
|
vitalets
|
a55f38ab60
|
select: add sourceOptions to modify source request method and params
|
2013-09-22 12:34:22 +04:00 |
|
vitalets
|
1329e0ccf9
|
add option escape , fixes #377
|
2013-09-22 01:05:42 +04:00 |
|
vitalets
|
fff300e2bd
|
changelog
|
2013-09-22 00:13:21 +04:00 |
|
vitalets
|
3166073666
|
fix double initSelection call in select2
|
2013-09-21 21:21:48 +04:00 |
|
vitalets
|
228ad2b9c0
|
bump 1.5.0
|
2013-09-21 16:48:38 +04:00 |
|
vitalets
|
8113e0edd2
|
starting 1.4.7
|
2013-08-29 08:50:41 +04:00 |
|
vitalets
|
cc694b0f0d
|
set ver 1.4.6
|
2013-08-08 00:02:41 +04:00 |
|
vitalets
|
db5b8fd070
|
allow apply selector more than once, fix #312
|
2013-08-06 00:25:17 +04:00 |
|
vitalets
|
62da4f7cd3
|
changelog
|
2013-08-05 23:59:44 +04:00 |
|
vitalets
|
0c8f3fb70f
|
inherit html5 time input from abstract
|
2013-08-05 23:14:22 +04:00 |
|
vitalets
|
241a217ab9
|
add defaultValue option, related to #243
|
2013-08-05 23:01:24 +04:00 |
|
vitalets
|
bbc4eb583d
|
changelog
|
2013-07-21 14:23:08 +04:00 |
|
vitalets
|
49b01353f9
|
changelog
|
2013-07-21 03:37:25 +04:00 |
|
vitalets
|
3bfaeda1ab
|
changelog
|
2013-07-07 13:31:02 +04:00 |
|
vitalets
|
df4eb6837e
|
changelog
|
2013-06-29 11:02:51 +04:00 |
|
vitalets
|
b4294c4545
|
add collision flag to adjust tooltip position, fix #281
|
2013-06-29 10:59:41 +04:00 |
|
vitalets
|
5c302cbdf8
|
fix jQuery UI tooltip z-index to be less than select2 dropdown, fix #279
|
2013-06-28 00:54:19 +04:00 |
|
vitalets
|
e6ac02124c
|
support id() and text() functions of select2, see #276
|
2013-06-26 10:26:49 +04:00 |
|
vitalets
|
e2819e990e
|
changelog
|
2013-06-23 17:32:48 +04:00 |
|
vitalets
|
d5eeb3e1b9
|
highlight element after update, fix #245
|
2013-06-23 13:56:10 +04:00 |
|
vitalets
|
4d1100d4b4
|
changelog
|
2013-06-22 21:02:20 +04:00 |
|
vitalets
|
a00dac75ca
|
fix datefield (datetimefield) to return null for incorrect dates
|
2013-06-22 13:30:54 +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
|
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
|
683f7d2128
|
changelog
|
2013-06-13 11:42:12 +04:00 |
|
vitalets
|
d28fe2a5f4
|
remove xxxview options from first level config of datetimepicker, fix #255
|
2013-06-13 10:51:23 +04:00 |
|
vitalets
|
79c06725ba
|
set autotext = always if display is function
|
2013-06-13 10:36:41 +04:00 |
|
vitalets
|
7daf7f09bc
|
sourceCache = false or source as function now trigger request on each show, fix #218, fix# 254
|
2013-06-13 08:51:58 +04:00 |
|
vitalets
|
f8d8799fbc
|
use noConflict of bootstrap-datepicker, fix #156
|
2013-06-13 07:38:16 +04:00 |
|
vitalets
|
1d5dfb8f0a
|
update bootstrap-datepicker to 1.1.2
|
2013-06-13 06:42:30 +04:00 |
|
vitalets
|
9c77ecaa32
|
allow follow links in disabled state
|
2013-05-20 00:14:22 +04:00 |
|
vitalets
|
a12a01b07f
|
update combodate to 1.0.4, fix #222
|
2013-05-12 14:28:26 +04:00 |
|
vitalets
|
73fc951bce
|
fix 1.4.4 version
|
2013-05-04 16:14:08 +04:00 |
|
vitalets
|
b9360f16cd
|
rename fail to error, add test, fix #219
|
2013-05-04 14:48:10 +04:00 |
|
vitalets
|
458e11cbfe
|
showbuttons: bottom, fix #198
|
2013-04-24 10:00:56 +04:00 |
|
vitalets
|
2c89198cc9
|
changelog
|
2013-04-14 22:26:26 +04:00 |
|