02-10-2011 08:29 AM
03-02-2011 09:34 AM
03-03-2011 10:30 AM
("${searchTerm?js_string}".length>0?"ALL:":"")+"${searchTerm?js_string}"
// set initial value and register the "enter" event on the search text field
var queryInput = Dom.get(this.id + "-search-text");
queryInput.value = this.options.initialSearchTerm;
if(queryInput.value.length>4){
queryInput.value = queryInput.value.substring(4);
}
you also must modify search-min.js03-24-2011 05:40 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.