Namespace: search

Simplicite.UI.Globals.search

Global object search options

Source:
  • globals.js, line 970

Members

<static> beforeload

Properties:
Name Type Description
beforeload function((ctn,obj) optional handler before loading the search form
Source:
  • globals.js, line 981

<static> display

Properties:
Name Type Description
display function(ctn,obj,params,cbk) optional to override default rendering
Source:
  • globals.js, line 1002

<static> fields

Properties:
Name Type Description
fields object[] Searchable fields, undefined = generated from metadata
Source:
  • globals.js, line 1030

<static> fixedFilters

Properties:
Name Type Description
fixedFilters object optional fixed filters (override filters and not updatable by user)
Source:
  • globals.js, line 1037

<static> help

Properties:
Name Type Description
help string Contextual search help
Source:
  • globals.js, line 1023

<static> inst

Properties:
Name Type Description
inst string optional instance name
Source:
  • globals.js, line 1086

<static> isExtended

Properties:
Name Type Description
isExtended boolean Show/Hide fields on search form
Source:
  • globals.js, line 1065

<static> minified

Properties:
Name Type Description
minified boolean is parent list minified ?
Source:
  • globals.js, line 1079

<static> msg

Properties:
Name Type Description
msg (string | object)[] Optional messages array with text or {level,label}
Source:
  • globals.js, line 1016

<static> onload

Properties:
Name Type Description
onload function((ctn,obj) optional handler after loading the search form
Source:
  • globals.js, line 988

<static> onunload

Properties:
Name Type Description
onunload function((ctn,obj) optional handler before unloading the search form
Source:
  • globals.js, line 995

<static> position

Properties:
Name Type Description
position boolean Current position of search: 'column', 'popup' or 'docked' (default hidden)
Source:
  • globals.js, line 1072

<static> predef

Properties:
Name Type Description
predef object { list, service } (null = no usage)
Source:
  • globals.js, line 1058

<static> showIndex

Properties:
Name Type Description
showIndex boolean Show the fulltext search (default metadata.indexable)
Source:
  • globals.js, line 1051

<static> showSorting

Properties:
Name Type Description
showSorting boolean Display the column sort (default true)
Source:
  • globals.js, line 1044

<static> title

Properties:
Name Type Description
title string Optional title, default: object label
Source:
  • globals.js, line 1009