jspanel4
Version:
A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
1 lines • 537 B
JavaScript
;jsPanel.hint||(jsPanel.hint={version:"1.2.3",date:"2019-05-18 10:50",defaults:{autoclose:!0,dragit:!1,resizeit:!1,headerControls:"closeonly xs"},create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.paneltype="hint";var t=e;return e.config&&delete(t=Object.assign({},e.config,e)).config,t=Object.assign({},this.defaults,t),jsPanel.create(t,function(e){e.style.zIndex=9999,e.header.style.cursor="default",e.footer.style.cursor="default"})}}),"undefined"!=typeof module&&(module.exports=jsPanel);