### @todo ### Button = require '../../components/button' Dialog = require '../../components/dialog' module.exports = React.createClass # -- States & Properties getInitialState: -> actions: [ caption: "Cancel", style: "transparent", onClick: @onClose ] # -- Events onClose: (ref, method) -> @refs.dialog.hide() onShow: (ref, method) -> @refs.dialog.show() # -- Render render: ->

Dialog

lorem ipsum...