Selectable lines in tables can now be checked clicking anywhere in the line (previously this could only be done clicking on the checkbox)

SVN:trunk[5994]
This commit is contained in:
Pierre Goiffon
2018-08-02 14:36:15 +00:00
parent 5099060be2
commit 775a5122c9
5 changed files with 152 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ class NiceWebPage extends WebPage
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.tablesorter.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.tablesorter.pager.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.tablehover.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/table-selectable-lines.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/field_sorter.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/datatable.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery.positionBy.js');