Component.UIBase.Close

Close extension class. Represent a close button.

defined in: close.js

Attributes

  • closable {Boolean} Whether close button is visible.
  • closeAction {String} Whether to destroy or hide current element when click close button.
  • closeBtn {} Close button.

Class Detail

  • Component.UIBase.Close ()
    Close extension class. Represent a close button.

Attributes Detail

  • closable {Boolean} Whether close button is visible. Default: true.
  • closeAction {String} Whether to destroy or hide current element when click close button. Default: "hide". Can set "destroy" to destroy it when click close button.
  • closeBtn Close button.
blog comments powered by Disqus
Top