coffeescript-ui
Version:
Coffeescript User Interface System
32 lines (26 loc) • 694 B
text/coffeescript
###
* coffeescript-ui - Coffeescript User Interface System (CUI)
* Copyright (c) 2013 - 2016 Programmfabrik GmbH
* MIT Licence
* https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
###
#Organizes/Layouts tools ({Button}s or other Elements) in a horizontal Toolbar
class CUI.Toolbar extends CUI.HorizontalLayout
init: ->
super()
initOpts: ->
super()
if CUI.__ng__
maximize_horizontal:
default: true
mandatory: true
check: Boolean
hasFlexHandles: ->
false
getPanes: ->
["left", "right"]