Sha256: 58f1f665367bd548f72f3d48c9860d478cb442b71e40e163f3b7ab5fd30b7f20
Contents?: true
Size: 401 Bytes
Versions: 28
Compression:
Stored size: 401 Bytes
Contents
class IuguUI.Toolbar extends IuguUI.Base layout: "iugu-ui-toolbar" events: 'click a' : 'buttonClicked' initialize: -> super @ context: -> buttons: @options.buttons render: -> super @ buttonClicked: (e) -> e.preventDefault() btn = $(e.currentTarget) action = btn.data('action') @handleEvent "#{action}:click" @IuguUI.Toolbar = IuguUI.Toolbar
Version data entries
28 entries across 28 versions & 1 rubygems