EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
November 05, 2025, 05:49:17 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
Bug Report
>
combotree 的 onlyLeafCheck 在 multiple=false 时无效
Pages: [
1
]
« previous
next »
Print
Author
Topic: combotree 的 onlyLeafCheck 在 multiple=false 时无效 (Read 16177 times)
iamjxc
Jr. Member
Posts: 80
combotree 的 onlyLeafCheck 在 multiple=false 时无效
«
on:
March 27, 2014, 06:37:33 PM »
在 multiple:true 时, onlyLeafCheck 是有效的.
在 multiple:false 时, onlyLeafCheck 也应该起作用才对
$('#cc').combotree({
multiple:false,
onlyLeafCheck:true,
data:[{
id: 1,
text: 'Languages',
children:
[{
id: 11,
text: 'Java'
},{
id: 12,
text: 'C++'
}]
}]
});
Logged
iamjxc
Jr. Member
Posts: 80
Re: combotree 的 onlyLeafCheck 在 multiple=false 时无效
«
Reply #1 on:
May 04, 2014, 01:30:57 AM »
1.3.6 似乎还没有解决这个 bug ?
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...