Dojo: hasDownArrow property of dijit.form.FilteringSelect
Monday, March 12th, 2012If set to false the hasDownArrow property of the FilteringSelect makes drop down arrow invisible. This can be useful in some situations. For example if you want to represent the data not as drop down list but as a tree. In this case you can set the drop down arrow to invisible, define your own button right to the FilteringSelect and show up a dialog with the tree representation if the user clicks on you custom button. (more…)
