flyingman
30 Nov 2009, 3:30 AM
I have a names-picklist:
showStellvertretung : function(){
ws = new Ext.nd.UIWorkspace();
ws.pickList({
type: "names",
width: scw80,
dbPath : "/Global/Zentral/chbs410.nsf/",
viewName : "LookUpPersonNachVorname",
title : "Stellvertreter",
prompt : "Wählen Sie den/die Stellvertreter aus.",
column : 16,
multipleSelection : true,
useCheckboxSelection : false,
callback : this.handleMyPickListStellvertreter
});
}, //showStellvertretungHow can I add a new values add to selected values? First I select 3 names (student01, student02 and student03). Then I will add student04, without I must choice the other (student01, student02 and student03).
Thanks
Roland
showStellvertretung : function(){
ws = new Ext.nd.UIWorkspace();
ws.pickList({
type: "names",
width: scw80,
dbPath : "/Global/Zentral/chbs410.nsf/",
viewName : "LookUpPersonNachVorname",
title : "Stellvertreter",
prompt : "Wählen Sie den/die Stellvertreter aus.",
column : 16,
multipleSelection : true,
useCheckboxSelection : false,
callback : this.handleMyPickListStellvertreter
});
}, //showStellvertretungHow can I add a new values add to selected values? First I select 3 names (student01, student02 and student03). Then I will add student04, without I must choice the other (student01, student02 and student03).
Thanks
Roland