Advanced search: UI/UX WIP.

SVN:b1162[5559]
This commit is contained in:
Guillaume Lajarige
2018-03-28 19:38:08 +00:00
parent f3a2a24ee4
commit 14c0733949
8 changed files with 258 additions and 64 deletions

View File

@@ -9,11 +9,13 @@ $(function()
// default options
options:
{
'endpoint': AddAppContext(GetAbsoluteUrlAppRoot()+'pages/ajax.render.php'),
// Null value
'null_value': {
'code': 0,
'label': Dict.S('UI:UndefinedObject'),
}
},
},
@@ -52,6 +54,5 @@ $(function()
//------------------
// Inherited methods
//------------------
});
});