| Issue 328: | onSelect should be called before selecting a node | |
| 1 person starred this issue and may be notified of changes. | Back to list |
JS event handlers are called before the event is processed. The return value of the function determines whether the default event behavior will proceed. The same should happen with the onSelect callback. If there is an onSelect option, that function should be called first from DynatreeNode.prototype._select, and the node should be selected only if onSelect returns true. |
Labels: Milestone-Release1.2.2