Sha256: 58e246a812dfb08e6beade07d90a66cbfd6ca3a124c68db915a294a00c131356
Contents?: true
Size: 624 Bytes
Versions: 19
Compression:
Stored size: 624 Bytes
Contents
Luca.components.FormButtonToolbar = Luca.components.Toolbar.extend className: 'luca-ui-form-toolbar form-actions' position: 'bottom' includeReset: false render: ()-> $(@container).append(@el) initialize: (@options={})-> Luca.components.Toolbar.prototype.initialize.apply @, arguments @components = [ ctype: 'button_field' label: 'Submit' class: 'btn submit-button' ] if @includeReset @components.push ctype: 'button_field' label: 'Reset' class: 'btn reset-button' Luca.register "form_button_toolbar", "Luca.components.FormButtonToolbar"
Version data entries
19 entries across 19 versions & 1 rubygems