source: sandbox/newExpressoMail/prototype/plugins/layout/changelog.txt @ 7209

Revision 7209, 2.9 KB checked in by gustavo, 12 years ago (diff)

Ticket #0000 - Criado novo modulo para o desenvolvimento do novo ExpressoMail?

  • Property svn:executable set to *
Line 
11.2.0
2* ADDED maskIframesOnResize option: true=ALL -OR- a selector string
3* ADDED options to set different animations on open and close
4* ADDED new callback events, ie: onshow, onhide
5* ADDED start/end callbacks, eg: onopen_start, onopen_end, etc.
6* ADDED ability to cancel events using callbacks, eg: onopen_start
7* CHANGED Layout.config.fxDefaults to Layout.effects (internal use)
8* FIXED missing semi-colon so minified version works in IE
9
101.1.3
11* FIXED typo in cursor-hotkeys code
12* ADDED scrollToBookmarkOnLoad options - enables use of URL hash:
13    o www.site.com/page.html#myBookmark
14    o AFTER layout is created, attempts to scroll to bookmark
15    o default = true - otherwise bookmarks are non-functional
16
171.1.2
18* UPDATED paneSelector rules to handle FORMS and pane-nesting
19    o automatically looks for panes inside 'first form' in container
20    o if using an ID as paneSelector, pane can be 'deeply nested'
21* ADDED auto-CSS for 'containers' other than BODY
22    o overflow: hidden   - ensures no scrollbars on container
23    o position: relative - IF NOT: fixed, absolute or relative
24    o height:   100%     - IF NOT specified or is 'auto'
25* ADDED noAnimation param to open() and close() - not used internally
26
271.1.1
28* CHANGED toggler element from a SPAN to a DIV
29* CHANGED auto-generated custom-buttons classes for better consistency
30    o [buttonClass]-[pane]-[buttonType] ==> [buttonClass]-[buttonType]-[pane]
31    o ui-layout-button-west-open ==> ui-layout-button-open-west
32    o ui-layout-button-west-pin-up ==> ui-layout-button-pin-west-up
33* CHANGED default for hideTogglerOnSlide to false
34* CHANGED internal 'cDims' hash to alias for state.container
35* CHANGED internal aliases: s = state[pane] and o = options[pane]
36* UPDATED toggler-text to auto-show correct spans (content-open/closed)
37* FIXED toggler-text - now centers text span correctly
38* FIXED bug affecting IE6 when layout has no north or south pane
39* ADDED new layout property 'state' - eg: myLayout.state.west.size
40* REMOVED layout.containerDimensions property - USE: layout.state.container
41* CHANGED data returned to callbacks - added pane-state as 3rd param
42
431.1.0
44* RENAMED raisePaneZindexOnHover ==> showOverflowOnHover
45* REMOVED "overflow: auto" from base-styles. Overflow must now be set by
46    CSS - unless applyDefaultStyles==true. No longer need "!important" to
47        set pane overflow in your stylesheet.
48* CHANGED minSize default from 50 to 0 (still auto-limited to 'css size')
49* FIXED bug in allowOverflow - now works with 'custom paneClass'
50* EXPOSED two CSS utility methods
51    o myLayout.cssWidth( elem )
52    o myLayout.cssHeight( elem )
53* NEW auto-resize for ALL layouts on windows.resize
54* UPDATED auto-resizing of panes after a container-resize
55* NEW flow-code to prevent simultaneous pane animations
56* NEW options to add text inside toggler-buttons
57* NEW options for hotkeys - standard (cursors) and user-defined
58
591.0
60* Initial release
Note: See TracBrowser for help on using the repository browser.