05-04-2011 03:27 AM
05-04-2011 06:13 AM
05-05-2011 02:57 AM
05-05-2011 03:32 AM
// 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);
}
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.