Advanced search: WIP POC, integration with endpoint.

SVN:b1162[5400]
This commit is contained in:
Guillaume Lajarige
2018-03-09 11:10:03 +00:00
parent 37196b42ed
commit 0bf33ec7e9
5 changed files with 198 additions and 50 deletions

View File

@@ -53,6 +53,7 @@ class NiceWebPage extends WebPage
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/search/search_form_handler.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/search/search_form_criteria.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/search/search_form_criteria_raw.js');
$this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/search/search_form_criteria_string.js');
$this->add_ready_script(
<<< EOF
//add new widget called TruncatedList to properly display truncated lists when they are sorted