50 Commits

Author SHA1 Message Date
f7fb4e147d Move handsontable script to lib folder to improve linting
We want to lint our own js code, not the one we use from handsontable.
2017-08-03 12:20:42 +02:00
cb73283603 Use default JSON-support 2016-09-27 15:43:27 +02:00
83e8505c4a Moving of columns and rows is now core functionality 2015-08-11 18:25:49 +02:00
f0eaca7a80 Use current handsontable 2015-08-10 14:54:26 +02:00
79f6d3380e autoadjust height of edit button via Javascript. fixes #18 2014-01-30 16:52:11 +01:00
229b9b30ae run all custom code successfully through jslint 2014-01-23 15:18:27 +01:00
26ee3865b9 added row move support 2014-01-20 16:55:48 +01:00
38b6400f37 added column move 2014-01-20 13:00:18 +01:00
ed7970df9c fixed table inserting 2014-01-17 10:20:42 +01:00
bf103f2942 moved context menu definition to its own file 2014-01-16 15:15:55 +01:00
6f5a02cc06 more refactoring, JSON generation mostly works now 2014-01-08 17:21:34 +01:00
fe0fe884ec first start at refactoring 2014-01-08 16:36:10 +01:00
a5103db993 Add new table toolbar button 2010-08-13 11:22:57 +02:00
3b07607e92 Fix styling, merge styling from ICKE template 2010-08-13 11:22:57 +02:00
cacebb344e Add row and column handle dropdown 2010-08-13 11:22:57 +02:00
e8d83d3052 Make move logic more natural 2010-07-28 11:42:44 +02:00
2166083654 Confirm deletion 2010-07-27 14:47:08 +02:00
9bd40bf180 Various fixes 2010-05-04 16:22:52 +02:00
bf467e9716 Fix remove colspan 2010-04-13 16:06:27 +02:00
9615994e38 Do not remove elements from the middle of a spawn 2010-04-13 15:42:19 +02:00
0c91eed03f Move cursor to the new row on row insertion 2010-03-25 10:52:02 +01:00
35957bdf82 Include standard toolbar 2010-03-08 13:34:34 +01:00
cc82e1f538 Use fixed pageX and pageY 2010-03-02 14:32:03 +01:00
a4a70887a4 Fix row index handling 2010-02-10 12:45:57 +01:00
1242c64bfc Improve browser compatibility 2009-12-02 13:57:45 +01:00
9b8dfdce2f Crossbrowser fixes. 2009-12-01 17:12:06 +01:00
fe5b61d2cd Use the new drag as prototype for own objects 2009-11-27 12:23:10 +01:00
8af59b3af0 Add css class handlers, fixed bug on span +ing 2009-11-27 11:15:07 +01:00
7eb5b4f939 Fix bug with removing spans. 2009-11-27 09:48:04 +01:00
9ee02360db Do not remove too much placeholders on col remove 2009-11-26 17:23:04 +01:00
9e67ab49a4 Small fixes 2009-11-26 16:45:37 +01:00
6b8ce00f36 Fix handle state update on button click 2009-11-26 16:13:21 +01:00
a5b59055a4 Add disabledhandle class to not usable handles 2009-11-26 12:49:31 +01:00
ccc980b9b3 Use “move” cursor during dragging, allow single-click dragging 2009-11-25 17:00:59 +01:00
2d3be3bd46 fixed jumping rowhandles on drag 2009-11-25 16:42:49 +01:00
ab4f941df7 drag marker should be correct now 2009-11-25 16:37:05 +01:00
a885cda88c fixed button separators on disabling 2009-11-25 16:08:54 +01:00
3fbdbbcaf5 more style changes 2009-11-25 16:08:53 +01:00
08c0732ae2 Add curhandle css class to handles in cur row/col 2009-11-25 16:08:16 +01:00
a026153664 Add missing “var”. 2009-11-25 14:42:43 +01:00
1f0484c99d Handles get eight NBSPs as innerHTML. 2009-11-25 14:36:42 +01:00
a824505b95 Small fixes for dragndrop
* CSS classes for handles: handle, rowhandle, colhandle, nullhandle.
* Check if drop in the current location is valid on mouse over, not on
  drop
2009-11-25 14:24:48 +01:00
b082ca0074 Fix lock timer. 2009-11-23 17:12:57 +01:00
f65423218f Default alignment to left 2009-11-23 14:17:30 +01:00
f2311771ed No false positives in colspan detection 2009-11-23 12:58:18 +01:00
1edeb43bf9 Another missing semicolon. 2009-11-23 11:43:06 +01:00
f646004817 Check on row/col move if target is valid, fix js. 2009-11-23 11:40:10 +01:00
269e646ac7 Use events for drag.js 2009-11-20 14:57:07 +01:00
51fbda67e4 Make toolbar buttons translateable. 2009-11-20 12:54:16 +01:00
a65c0a52cf Initial commit. 2009-11-19 15:09:37 +01:00