Unlimited values ui changed; Toggle password view; Ctrl + clicks navigation added

This commit is contained in:
Malishev Dmitry 2015-02-26 12:03:39 -05:00
parent 253e28ede2
commit aae7f839a3
8 changed files with 55 additions and 45 deletions

View file

@ -172,7 +172,7 @@
var c = f.get.clicks(p,o,$(this));
var ref = $(e.target);
if (ref.parents('.data-row').hasClass('selected') && $('.selected').length == 1) {console.warn(1);
if (ref.parents('.data-row').hasClass('selected') && $('.selected').length == 1) {
ref.parents('.data-row').removeClass('selected');
ref.parents('.data-row').find('.ch-toggle').attr('checked', false);
return;
@ -203,7 +203,7 @@
p.on('mouseout', function(){
d.off("keydown", turnOff);
});
function turnOff(e) {
if (f.detect.ctrl(e)) {
if (e.keyCode == 65) {
@ -562,6 +562,7 @@
hAll: function(p,o) {
f.h.on(p.find(o.children), o);
f.t.update(p, o);
o.toggleAllHook && o.toggleAllHook();
},
unHExist: function(bool,el,o) {
if(bool) {