More than 2 years after I posted the first version of the dijit tree with multi state checkboxes for dojo 1.4, and after 20,000+ downloads it was time to get an updated version out. Actually, it wasn’t until dojo 1.6/1.7 was released that I started to get feedback that the...
Introduction This article is a follow-up on my previous blog regarding a dijit tree with checkboxes. In the past couple of weeks I received a number of requests if it would be possible to get the checkbox tree with so called multi or triple state checkboxes. By default a checkbox has two states: True (checked) False (unchecked) This BTW: applies to the default HTML checkbox as well as the dijit checkbox so in order to make a multi/triple state checkbox work we have to create our own checkbox that...
CheckboxIntroduction Like so many I have been looking for an implementation of a of Dijit tree structure with checkboxes but was unable to find one or at least one that provided the functionality I was looking...
OriginalsMore than 2 years after I posted the first version of the dijit tree with multi state checkboxes for dojo 1.4, and after 20,000+ downloads it was time to get an updated version out. Actually, it...
Updates