Advanced search: WIP POC, integration with endpoint.

SVN:b1162[5412]
This commit is contained in:
Guillaume Lajarige
2018-03-13 10:47:54 +00:00
parent 2038785b09
commit e2174b9ad4
8 changed files with 363 additions and 64 deletions

View File

@@ -55,6 +55,14 @@ $(function()
// Remove toggler as it's a non sense here
this.element.find('.sfc_toggle').remove();
},
_prepareOperators: function()
{
// Overloading function and doing nothing for this special kind of criteria.
},
_prepareButtons: function()
{
// Overloading function and doing nothing for this special kind of criteria.
},
_setTitle: function(sTitle)
{
if(sTitle === undefined)