CHANGENOTES FOR TABMANAGER@RODNEYREHM.DE =============================================================================== === Release of 04. July 2007 =============================================================================== /js/tabManager.js o updated =============================================================================== === CHANGES =============================================================================== - added CodeBlock-braces in see /api/index.htm for detailed information =============================================================================== === COMPATIBILITY =============================================================================== fully compatible to release of 21. June 2006 and above =============================================================================== === FIXED BUGS =============================================================================== - none =============================================================================== === NOT FIXED BUGS =============================================================================== - none =============================================================================== =============================================================================== =============================================================================== =============================================================================== === Release of 13. July 2006 =============================================================================== /api/index.htm o updated /js/tabManager.js o updated /index.htm o updated =============================================================================== === CHANGES =============================================================================== - fixed auto-import bug =============================================================================== === COMPATIBILITY =============================================================================== fully compatible to release of 21. June 2006 and above =============================================================================== === FIXED BUGS =============================================================================== - auto-import bug for some reason one of our genious-programmers (me?) forgot some codeBlock-braces, which made all divs and sub-divs be imported. Actually sub-divs should not be imported - fixed. =============================================================================== === NOT FIXED BUGS =============================================================================== - none =============================================================================== =============================================================================== =============================================================================== =============================================================================== === Release of 3. July 2006 =============================================================================== /js/tabManager.js o updated /style/tabManager.css o updated /playground.htm o updated /index.htm o updated =============================================================================== === CHANGES =============================================================================== - fixed panel-width bug in safari - fixed tabBar css bug - fixed playground import panel bug =============================================================================== === COMPATIBILITY =============================================================================== no changes to api made - fully compatible to release of 21. June 2006 =============================================================================== === FIXED BUGS =============================================================================== - panel-width bug in safari For some reasons Safari didn't display panels at their full width. This, though, seems to be a Safari failure! - tabBar css bug when adding too many tabPanels, a gray background behind the tabBar became visible. Background-color set to white. - playground import panel bug it's not possible to import the same panel more than once. This was a bug in playground.htm, no tabManager-bug! =============================================================================== === NOT FIXED BUGS =============================================================================== - none =============================================================================== =============================================================================== =============================================================================== =============================================================================== === Release of 21. June 2006 =============================================================================== /js/tabManager.js o updated /api/index.htm o updated /api/screen.css o updated /style/some_icon.gif + added /playground.htm o updated /index.htm o udpated =============================================================================== === CHANGES =============================================================================== -
s hidden using css' display:none; - added getTabElement() get DOM-object of a Tab - added getPanelElement() get DOM-object of a Panel - added getBasePanelElement() get DOM-object of the basePanel - added setTabLinkInnerHTML() set the innerHTML of a tab-link - changed setTabName() now sets the name-attribute instead of innerHTML-attribute - changed getTabNames() now returns actual name of tabs instead of innerHTML - added support for named navigational-links e.g. #tmTabExamplePanel works if the tab's name is ExamplePanel - added support for instantiating a tabManager without an existing basePanel appending the basePanel to the DOM-tree must be done "manually" - updateTmLinks() is now a public method call this after changing content of panels - added support to place tabBar below panels see /api/index.htm for detailed information =============================================================================== === COMPATIBILITY =============================================================================== - changed order of parameters for addPanel() otherwise fully compatible =============================================================================== === FIXED BUGS =============================================================================== - none =============================================================================== === NOT FIXED BUGS =============================================================================== - none