Commit Graph

80 Commits

Author SHA1 Message Date
vitalets ad3c8f5c83 fix lint errors 2013-10-10 20:39:45 +04:00
vitalets 8efa4060c5 bs3 popover: placement auto, fix #396 2013-10-07 19:32:47 +04:00
vitalets 0abd9831ae migrate to grunt 0.4 2013-08-31 13:15:19 +04:00
vitalets 5c5a24b86b bs3 first working version 2013-08-31 09:53:34 +04:00
vitalets 04a7d06d6f remove error when container can`t be resolved, needed for destroy method 2013-08-07 11:44:40 +04:00
vitalets ca1a81e470 rename containerDataName from uiTooltip to ui-tooltip, see #32 2013-08-07 11:27:54 +04:00
vitalets 2b81ed2532 fix lint errors 2013-08-06 11:00:54 +04:00
vitalets a77664603b add check for tooltip presence in jqueryUI build 2013-08-06 11:00:34 +04:00
vitalets c53f1f96c8 more verbose error for container._off() 2013-08-06 10:27:43 +04:00
vitalets c94fdf2438 Merge branch 'patch-1' of git://github.com/belerweb/x-editable into belerweb-patch-1 2013-07-20 13:32:31 +04:00
belerweb 63f8c0c71d Fix 'bootstrap popover falls off page if editable is too close to window edge'
Fix 'bootstrap popover falls off page if editable is too close to window edge'.


Reference:
    https://github.com/twitter/bootstrap/pull/6713
    https://github.com/twitter/bootstrap/issues/7399
    https://gist.github.com/nonumber/5257443
2013-07-13 14:27:50 +08:00
vitalets 986613996f fix second param in shown event, see #93 2013-07-07 13:11:35 +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 21c1dec3bc fix poshytip apply of container popup class 2013-06-23 18:23:01 +04:00
vitalets 89cccbb860 fix lint errors 2013-06-23 17:16:15 +04:00
vitalets 80ce493ac0 comments 2013-06-22 15:03:22 +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 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 c9fca32329 comments 2013-05-20 00:41:12 +04:00
vitalets 9c744e1344 add verbose error when js not included, ref #103 2013-05-04 15:01:20 +04:00
vitalets c1d8af3762 fix for inline mode to work without bootstrap.js 2013-05-04 14:56:32 +04:00
vitalets 425d8664d8 comments 2013-05-04 13:56:44 +04:00
vitalets b9977b25bb add workaround for shown/hidden events of popover: check second argument 2013-04-23 11:01:13 +04:00
vitalets b77a8c8ed6 add class editable-popup, fix #192 2013-04-14 22:25:27 +04:00
vitalets 09aab3cfdd update to bootstrap-datepicker 1.0.2 2013-04-14 14:36:46 +04:00
vitalets fd2898de94 added use strict 2013-04-11 23:40:05 +04:00
vitalets a670211bac fix #199 - workaround for extra click event in FF 20 2013-04-07 19:21:53 +04:00
vitalets dc45d0f895 update to select 3.3.2 2013-04-07 18:23:24 +04:00
vitalets 92940bb474 no writes to $.Poshytip if it is not loaded 2013-03-17 20:55:23 +04:00
vitalets 9c40b5f633 upgrade to jqueryui 1.10.1 2013-03-08 14:40:22 +04:00
vitalets e4565910cc comments 2013-03-06 22:32:04 +04:00
vitalets f4a5a548e1 container anim option default to false instead of fast - looks better 2013-03-06 21:38:46 +04:00
Robert Wachs 8e690dceb2 editable poshytip jquery 1.9+ compatibility 2013-02-27 13:58:50 +01:00
vitalets 3df24e44b3 comments for shown event 2013-02-06 22:04:29 +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 27ef9579e2 select2 wip: tags ready 2013-01-16 00:53:02 +04:00
vitalets 8385faacce add width: auto for inline container 2013-01-11 18:38:08 +04:00
vitalets 0ced7f87f5 refactor containers: same render logic, fix tests 2013-01-11 17:07:00 +04:00
vitalets 775deede07 fix tests 2013-01-11 11:10:32 +04:00
vitalets a3b21b8f4b combodate ready 2013-01-10 22:13:28 +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 ee79d5cec4 add wysi input, refactor all inputs to append $tpl to form before render() 2013-01-07 01:03:09 +04:00
vitalets eca57a4060 mode beta ready 2013-01-04 11:09:22 +04:00
vitalets cfd01064cb fix inline container move on next line in IE7 2012-12-11 13:13:36 +04:00
vitalets 819bcfcd30 inline: change css from inline to inline-block 2012-12-10 15:13:06 +04:00
vitalets f1adb1a4ce support for bootstrap 222, fix #43 2012-12-10 14:16:35 +04:00
vitalets 48eff4a33d nochange reason for hidden event 2012-12-08 16:25:30 +04:00