Skip to content

Instantly share code, notes, and snippets.

@romaninsh
Created August 11, 2012 14:10
Show Gist options
  • Save romaninsh/3324732 to your computer and use it in GitHub Desktop.
Save romaninsh/3324732 to your computer and use it in GitHub Desktop.
this.element.find('tbody').selectable({
filter: 'tr',
cancel: '.ui-button,a,:input,option',
stop: function(){ c
hb.stop.apply(chb,[this])
}
}).css({cursor:'crosshair'});
@romaninsh
Copy link
Author

line 22, should be in atk4/templates/js

@romaninsh
Copy link
Author

    $g->js(true)->find('tbody')->selectable('option','cancel',':input,option,label');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment