Argument errors when adding a Tiger.View to a Tiger.TextField keyboardToolbar, the view must be created with:
... this makes it difficult to bind events using a controllers event block, instead the event must be bound by adding an event listener manually in controller, or wherever:
keyboardToolbarView.addEventListener 'click', ->
@doSomething()