+
+
+ onSearchReset(),
+ 'aria-label': resetSearchText
+ }, {
+ glyph: searchIcon,
+ className: "square-button-md no-border magnifying-glass clickable",
+ bsStyle: "default",
+ pullRight: true,
+ visible: true,
+ onClick: () => search(),
+ 'aria-label': searchButtonText
+ }, {
+ glyph: advancedSearchIcon,
+ tooltip: ,
- className: "square-button-md no-border " +
+ className: "square-button-md no-border " +
(showAdvancedSearchPanel && showContextSearchOption ? "active" : ""),
- bsStyle: isSearchFilterEmpty ? "default" : "success",
- pullRight: true,
- visible: showContextSearchOption,
- onClick: () => {
- onToggleControl("advancedsearchpanel");
- onLoadContexts('*', {params: {start: 0, limit: 12}});
- }
- }]}/>
-
-
-