| Issue 106: | Handle option changes at runtime | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What new or enhanced feature are you proposing?
By implementing widget.setData(), we could handle configuration changes at
runtime.
E.g.
When a user calls
$(..).dynatree("option", "keyboard", false)
this handler is called:
setData('keyboard', false)
and could cause a call to unbind().
Maybe we should also handle dynatree("option", "disabled", true)
|
Mergedinto: 105