[2010-12-07 15:21:04] Rev:646 | 1 files Modified
fernando: Changing the reassign comboBox behavior adding the autocomplete feature -------------------------------------------------------------------------------- 1. M /trunk/workflow/engine/templates/cases/reassignList.js
This commit is contained in:
@@ -57,9 +57,10 @@
|
||||
var comboUsersToReassign = new Ext.form.ComboBox({
|
||||
width : 280,
|
||||
boxMaxWidth : 180,
|
||||
fieldLabel : 'Search',
|
||||
editable : true,
|
||||
forceSelection: false,
|
||||
minChars : 2,
|
||||
minChars : 0,
|
||||
valueField : 'userId',
|
||||
displayField : 'userFullname',
|
||||
selectOnFocus : true,
|
||||
|
||||
Reference in New Issue
Block a user