Skip to content

jsPanel v4.14.0

Compare
Choose a tag to compare
@Flyer53 Flyer53 released this 20 Apr 15:00
· 10 commits to master since this release
  • bugfix in close() method (calling close() on an already closed panel caused an error)
  • updated option onwindowresize
  • updated option onparentresize

So far the two options onwindowresize and onparentresize could be set with either boolean true to start a preset behaviour or with a function to start a custom behaviour on the corresponding resize events. Now you can also set options onwindowresize and onparentresize with an object optionally allowing the use of both the preset behaviour AND an additional custom behaviour.