Edit File by line
•
/
home
/
barbar84
/
www
/
wp-conte...
/
plugins
/
file-man...
/
applicat...
/
library
/
js
/
commands
•
File:
selectinvert.js
/**
[
0
]
Fix
|
Delete
* @class elFinder command "selectinvert"
[
1
]
Fix
|
Delete
* Invert Selection of cwd items
[
2
]
Fix
|
Delete
*
[
3
]
Fix
|
Delete
* @author Naoki Sawada
[
4
]
Fix
|
Delete
**/
[
5
]
Fix
|
Delete
elFinder.prototype.commands.selectinvert = function() {
[
6
]
Fix
|
Delete
"use strict";
[
7
]
Fix
|
Delete
this.updateOnSelect = false;
[
8
]
Fix
|
Delete
[
9
]
Fix
|
Delete
this.getstate = function() {
[
10
]
Fix
|
Delete
return 0;
[
11
]
Fix
|
Delete
};
[
12
]
Fix
|
Delete
[
13
]
Fix
|
Delete
this.exec = function() {
[
14
]
Fix
|
Delete
$(document).trigger($.Event('keydown', { keyCode: 73, ctrlKey : true, shiftKey : true, altKey : false, metaKey : false }));
[
15
]
Fix
|
Delete
return $.Deferred().resolve();
[
16
]
Fix
|
Delete
};
[
17
]
Fix
|
Delete
[
18
]
Fix
|
Delete
};
[
19
]
Fix
|
Delete
[
20
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List