Skip to content

Version 2.2.0

Latest
Compare
Choose a tag to compare
@Lochemage Lochemage released this 11 Mar 07:50
· 400 commits to master since this release
  • Separated the default theme out of wcDocker.css (now use wcDockerSkeleton.css with Themes/default.css).
  • Added wcDocker.panelTypeInfo() and wcPanel.info() that will retrieve the registration data of a panel.
  • Added wcDocker.panelTypes() to retrieve a list of all registered panel types.
  • New event type wcDocker.EVENT_INIT.
  • Panel width and height can now be retrieved.
  • wcPanel functions initPos, initSize, minSize, and maxSize can now take a string value with a 'px' or '%' suffix.
  • Fixed issue with using normal CSS icons in the context menu.
  • Improved auto scrolling of tab items when clicked.
  • Created a new wcCustomTabs object for creating docker styled tab areas inside a panel.
  • Floating panels can now be modal.
  • Create your own splitter widget within a panel.
  • Create your own tabbed frame widget within a panel.
  • Create your own iFrame widget within a panel.