sync
[roojs1] / CHANGES.txt
1 Changes since 1.1.1
2
3 * Doc comments (to help doctool & compressor)
4  
5 Core
6 * new Roo.factory method, honours xtype's, 
7 * Quicktips no longer use semi-transparent shadows (need CSS/images)
8 * Fixed issues with Safari DomHelper
9
10 Tree
11 * TreeLoader - New root property, to Make loader comaptible to return values for Stores
12 * TreeLoader - if uiProvider.default is available it is used as the default provider
13 * TreeLoader - queryPararm - value to query node on (default is  ?node=XXXX), you can set this to parent_id etc.
14 * Column Tree - fixed up example Columned Tree and added it to Roo.
15
16 Menus
17 * Menu - new config item 'registerMenu' (default true) - enables you to turn off registering of menus
18   So they can stay open even if someone clicks elsewhere on the page.
19   
20 Data
21 * JsonReader - now has default values 'total', 'success', 'data' and 'id'
22 * Store - supports xtype for reader, proxy
23 * Store - can handle Json decoding / failure better, by issuing loadExceptions
24
25 Grid
26 * Grid - supports xtypes for selModel and dataSource
27 * Grid - accepts a JS Object for colmodel, and calls new on ColumnModel for you.
28 * EditorGrid - Allways fires afterEdit, even when content not changed.
29 * ColumnModel - fixed CSS bugs by using Ext.id(), rather than column number for grid width CSS
30 * ColumnModel -  findColumnIndex now public and documented.
31
32 Form
33 * ComboBox - supports xtype for store.
34 * ComboBox - new property blockFocus - (used by borked HTML Editor at present)
35 * FCKeditor - Added to core (requires installing FCK editor seperatly, no extra includes required though)
36 * HTML Editor - currently rather broken in everything but firefox, but supports  
37         extra toolbars etc.
38 * Hidden - new standard form element type.
39 * Form - allItems property contains everything added to form
40 * Form - findById - finds a form element by name.
41 * Form - addxtype - add's xtype elements.
42
43 Toolbar
44 * Toolbar - fix layout in Chrome / Safari
45 * Toolbar - new hide/show methods.
46 * Toolbar fields property added so Form fields added to toolbars and found.
47
48
49 CSS
50 * Fixes for width of Calendar in Firefox
51
52
53 FIXME's
54 - Column Tree - needs better docs.
55 - HTML Editor - is broken in IE/Safari - needs better solution than FCK
56
57  
58