Sha256: 1f53ca5cd886f4779eb11e87451720aeddc5311f6e3342dff5b510628934a71e
Contents?: true
Size: 527 Bytes
Versions: 10
Compression:
Stored size: 527 Bytes
Contents
_.def("Luca.components.ToolbarDialog").extends("Luca.View").with className:"luca-ui-toolbar-dialog span well" styles: "position" : "absolute" "z-Index" : "3000" "float" : "left" initialize: (@options={})-> @_super("initialize", @, arguments) createWrapper: ()-> @make "div", class: "component-picker span4 well" style: "position: absolute; z-index:12000" show: ()-> @$el.parent().show() hide: ()-> @$el.parent().hide() toggle: ()-> @$el.parent().toggle()
Version data entries
10 entries across 10 versions & 1 rubygems