Overlay.Popup

KISSY Popup Component. xclass: 'popup'.

parents: Overlay

defined in: popup.js

Class

Attributes

  • mouseDelay {Number} When trigger type is mouse, the delayed time to show popup.
  • toggle {Boolean} When trigger type is click, whether support toggle.
  • trigger {NodeList} Trigger elements to show popup.
  • triggerType {String} How to activate trigger element.

Class Detail

  • Overlay.Popup ()
    KISSY Popup Component. xclass: 'popup'.

Attributes Detail

  • mouseDelay {Number} When trigger type is mouse, the delayed time to show popup. Default:0.1, in seconds.
  • toggle {Boolean} When trigger type is click, whether support toggle. Default:false
  • trigger {NodeList} Trigger elements to show popup.
  • triggerType {String} How to activate trigger element. "click" or "mouse",Default:"click".

Methods Detail

blog comments powered by Disqus
Top