Uwe Steinmann
c485c272f5
turn .chzn-select-deselect into select2 box
2016-11-04 15:42:24 +01:00
Uwe Steinmann
f36ffb1032
use select2 instead of choosen
2016-11-02 12:26:38 +01:00
Uwe Steinmann
1790e5f6e7
refresh folder tree after document/folder move, make drag&drop work in Edge
...
Closes #286 and #288
2016-10-04 15:01:10 +02:00
Uwe Steinmann
b9c4e1a775
add js for click on .ajax-click
2016-08-09 18:14:58 +02:00
Uwe Steinmann
fa413d0336
no action if folder is droped on itself
2016-04-29 08:10:10 +02:00
Uwe Steinmann
2c297b5e1c
take out javascript from html ( Closes #253 )
2016-03-29 07:59:20 +02:00
Uwe Steinmann
942de6cfee
new style add-clipboard-area for receiving drop events
...
add new class to menu item for clipboard which allows to easily
drop an item into the clipboard even if the clipboard itself
isn't visible
2016-03-23 08:54:34 +01:00
Uwe Steinmann
41c83dbe6d
remove various console.log()
2016-03-08 22:04:00 +01:00
Uwe Steinmann
42ebb5d452
use bootbox when moving docs/folders via drag&drop
2016-03-08 10:38:51 +01:00
Uwe Steinmann
192700fd26
various minor cleanups
2016-03-08 08:02:17 +01:00
Uwe Steinmann
6098fc9057
much cleaner drap&drop support
2016-03-08 06:56:58 +01:00
Uwe Steinmann
9b1faa429f
propperly set timeout of noty message if not passed
2016-02-15 17:44:56 +01:00
Uwe Steinmann
f139625e4f
fix link in autocompletion when search for object
2016-01-29 16:46:37 +01:00
Uwe Steinmann
1dff276217
div.splash can have a timeout attribute
2015-12-16 07:14:27 +01:00
Uwe Steinmann
836fcd4457
remove all javascript from html output and place in a seperate file
...
this requires to change the popover into bootbox
2015-12-11 20:29:52 +01:00
Uwe Steinmann
01aac2c23c
div.splash will be used as splash message
...
make it hidden on the page
2015-12-11 08:11:10 +01:00
Uwe Steinmann
0c98a1ae71
class .datepicker turns datepicker on
2015-10-30 08:03:31 +01:00
Uwe Steinmann
1972d961f3
initial test with webkitRelativePath (not used)
2015-10-20 18:14:39 +02:00
Uwe Steinmann
01449f66e3
check if data-query is set in div.ajax elements, pass it to the url
2015-09-25 16:16:48 +02:00
Uwe Steinmann
36135883ee
div.ajax uses data-view and data-action attributes if set
2015-08-20 14:51:14 +02:00
Uwe Steinmann
d1da7adadc
<div class=ajax > can be used to include the result of ajax calls
2015-08-18 22:38:13 +02:00
Uwe Steinmann
223ea964f4
new version 1.3.0 of chosen
2015-02-13 17:38:11 +01:00
Uwe Steinmann
ae848f209b
check file size before uploading, show msg returned by addtoclipboard
2014-07-11 12:03:29 +02:00
Uwe Steinmann
a507a94c00
add code for handling drag&drop file upload
2014-07-11 08:40:24 +02:00
Uwe Steinmann
cc61505825
document/folder chooser even works for forms not named 'form1'
2014-07-07 15:45:24 +02:00
Uwe Steinmann
a85a620d80
dropping object on clipboard uses ajax to add object to clipboard
2014-06-06 15:07:49 +02:00
Uwe Steinmann
65b82832bc
add click function for a.lock-document-btn
2014-06-06 13:59:42 +02:00
Uwe Steinmann
5f3f52db79
more functions to handle clipboard operations
2014-06-05 15:01:51 +02:00
Uwe Steinmann
a0148fe37a
add click function for button.removefolder
...
add code which hides popovers when clicke somewhere on the page
2014-06-05 09:49:20 +02:00
Uwe Steinmann
0e27982c08
add click function for button.removedocument, pass formtoken to ajax calls
2014-06-04 19:19:23 +02:00
Uwe Steinmann
315111a778
add nicer looking file upload chooser
2014-05-16 09:17:43 +02:00
Uwe Steinmann
abb87d3f34
add code for calling ajax function submittranslation
2014-04-08 10:44:50 +02:00
Uwe Steinmann
2e1af54098
add javascript for movefolder and movedocument buttons
2014-02-21 21:26:16 +01:00
Uwe Steinmann
85a4e38839
close datepicker of current target
2013-07-18 17:30:50 +02:00
Uwe Steinmann
a80b332813
add click function to a.addtoclipboard
...
It takes that attributes rel and msg from the anchor tag and calls
the ajax function 'addtoclipboard'. The returned html replaces the
current menu item for the clipboard
2013-06-18 18:16:13 +02:00
Uwe Steinmann
df883772f1
set typeahead function for any id starting with choosedoc.../choosefold...
2013-06-07 13:03:14 +02:00
Uwe Steinmann
158d651cc0
use alternative folder icon because it appears lighter
2013-06-06 17:59:09 +02:00
Uwe Steinmann
e9e8ed2844
fix comment
2013-03-06 12:51:33 +01:00
Uwe Steinmann
cbd28d12b7
allowDrop() returns false, stop propergation on drop
2013-02-26 08:23:29 +01:00
steinm
56de0cda8a
- added onAddClipboard() which is called when an object is dropped on
...
the clipboard
2013-01-30 20:01:34 +00:00
steinm
534c4781dc
- added function for drag and drop
2013-01-30 09:51:55 +00:00
steinm
c3b289ce3f
- added typeahead function for document and folder chooser
2013-01-28 10:17:14 +00:00
steinm
feaf3e87ce
- some more documentation of typeahead functions.
...
- typeahead expects the first char of the returned items to be 'F', 'D'
or ' '
2013-01-25 09:54:50 +00:00
steinm
db6ed9497f
activated datepicker for more input fields
...
added typeahead code for search query field
2013-01-24 09:02:48 +00:00
steinm
b17bf99805
- remove content from modal box when opening
2012-12-17 18:30:59 +00:00
steinm
b7bb0df6f6
- added styles and javascript for new boostrap view
2012-12-14 08:38:56 +00:00