Class: CUI.ConfirmationDialog
Defined in: | elements/ConfirmationDialog/ConfirmationDialog.coffee |
Inherits: | CUI.Modal |
Overview
- 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
Direct Known Subclasses
Variables Summary
Variable inherited from CUI.Modal
defaults knownPlacements uniqueId
Instance Method Summary
- # (void) initOpts()
- # (void) setPane()
- # (void) readOpts()
- # (void) init()
- # (void) updateText(txt)
- # (void) setText(text, markdown = @_markdown, markdown_opts = @_markdown_opts)
- # (void) getButtons()
Inherited Method Summary
Methods inherited from
CUI.Modal
#initOpts #readOpts #__addHeaderButton #__runOnAllButtons #disableAllButtons #enableAllButtons #isKeyboardCancellable #doCancel #focusOnShow #forceFocusOnShow #empty #append #replace #setContent #hide #getPane #setPane #destroy #setBackdropContent #getTemplate #getLayerRoot #getLayer #setVisible #__setElement #__getOriginalElement #autoSize #position #__removeDebugDivs #clearTimeout #showTimeout #hideTimeout #__updateLayerStackCounter #getElementOpenClass #show #focusOnHide #getElement #isShown #registerTemplate #getDOMElementClasses #registerDOMElement #getElementForLayer #unregisterDOMElement #__assertDOMElement #__assertTemplateElement #addClass #setAria #removeClass #hasClass #isDestroyed #prepend #text #get #getFlexHandle #getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOptsFromAttr #proxy .getOptKeys
Constructor Details
#
(void)
constructor(opts)
Instance Method Details
#
(void)
initOpts()
#
(void)
setPane()
#
(void)
readOpts()
#
(void)
init()
#
(void)
updateText(txt)
#
(void)
setText(text, markdown = @_markdown, markdown_opts = @_markdown_opts)
#
(void)
getButtons()