dijit
»
form
»
ComboBoxMixin
» _doSelect
dijit.form.ComboBoxMixin._doSelect
dojo.require("dijit.form.ComboBox");
defined in dijit/form/ComboBox.js
Usage
function (tgt)
(view source)
this
.
item
= tgt.
item
;
this
.
setValue
(
this
.
store
.
getValue
(
tgt.
item
,
this
.
searchAttr
)
,
true
)
;
parameter
type
description
tgt