jQuery MiniUI
标题:
无法选择下拉框弹出的值
[打印本页]
作者:
花自然会开
时间:
2021-8-9 09:59:51
标题:
无法选择下拉框弹出的值
这样设置下拉框后重新设置下拉框可以修改,但是无法选择下拉框弹出的值.
var
controls =
mini
.
findControls
(
function
(control) {
if
(control.
type
==
"textbox"
|| control.
type
==
"listbox"
|| control.
type
==
"combobox"
|| control.
type
==
"checkboxlist"
|| control.
type
==
"datepicker"
|| control.
type
==
"textboxlist"
)
return true;
})
$
.
each
(controls
, function
(i
,
v) {
v.
setEnabled
(
false
)
;
})
;
if
(
doctorUpdateEnable
==
"N"
)
{
mini
.
getByName
(
"empId"
).
setEnabled
(
true
)
;
mini
.
getByName
(
"teamId"
).
setEnabled
(
true
)
;
}
作者:
花自然会开
时间:
2021-8-9 10:00:43
empId是combobox下拉框的name,这样设置下拉框中的数据不知道为什么不能选中只能可读
作者:
felt
时间:
2021-8-9 10:13:52
花自然会开 发表于 2021-8-9 10:00
empId是combobox下拉框的name,这样设置下拉框中的数据不知道为什么不能选中只能可读 ...
请提供一个简单的html页面来重现问题。
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2