Overlay

Class

Attributes


Class Detail

  • Overlay ()
    KISSY Overlay Component. xclass: 'overlay'.

Attributes Detail

  • aria {Boolean} Whether support aria. Focus on show and trap focus in overlay when visible. Default: false.
    Defined in:aria.js.
  • closable {Boolean} whether this component can be closed. Default:false
  • focusable {Boolean} whether this component can be focused. Default:false
  • handleMouseEvents {Boolean} whether this component can be responsive to mouse. Default:false
  • visibleMode see Component.UIBase.Box#visibleMode. Default:"visibility"

Methods Detail

blog comments powered by Disqus
Top