[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({
|
var comboUsersToReassign = new Ext.form.ComboBox({
|
||||||
width : 280,
|
width : 280,
|
||||||
boxMaxWidth : 180,
|
boxMaxWidth : 180,
|
||||||
|
fieldLabel : 'Search',
|
||||||
editable : true,
|
editable : true,
|
||||||
forceSelection: false,
|
forceSelection: false,
|
||||||
minChars : 2,
|
minChars : 0,
|
||||||
valueField : 'userId',
|
valueField : 'userId',
|
||||||
displayField : 'userFullname',
|
displayField : 'userFullname',
|
||||||
selectOnFocus : true,
|
selectOnFocus : true,
|
||||||
|
|||||||
Reference in New Issue
Block a user