- Jun 02, 2011
-
-
Rene Saarsoo authored
- Separated out two events: showClass and showMember. - The showMember now also gets fired when navigating to a member within one class. - All the tracking events are now fired *after* the thing has happened. That's the common practice in ExtJS and also useful when something goes wrong in the event handler. - Added documentation. - Cleaned up trailing whitespace.
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Again, use classname instead of ID for styling. Also Docs.Favorites no more calls for some global treePanel component, but is instead given the TreePanel it should use.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
No more access ClassOverview by ID. Instead it just has a classname which is also used for styling in CSS.
-
Rene Saarsoo authored
The tab panel no more uses an ID.
-
Rene Saarsoo authored
-
- Jun 01, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Created separate store for Docs app settings to remember that.
-
Rene Saarsoo authored
Allows to avoid duplication of doc-comments when one class aliases methods from other class.
-
- May 31, 2011
-
-
Rene Saarsoo authored
Solves the problem of --append-html not being correctly escaped.
-
Rene Saarsoo authored
-
- May 30, 2011
-
-
Rene Saarsoo authored
Might be better to have a separate section for static methods, but for now it's better than nothing at all.
-
Rene Saarsoo authored
When using Ext.define and not having {extend: "SomeClass"} or @extend SomeClass, then automatically assuming that we're extending Ext.Base.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Visually marking them as protected with label similar to deprecated.
-
- May 27, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
For History/Favorites it replaces the MenuButton, which duplicated a lot of functionality in HoverMenuButton.
-
Rene Saarsoo authored
I didn't know that an additional event options object gets passed to each event handler.
-
- May 26, 2011
-
-
Rene Saarsoo authored
Now we have all our dependencies loaded dynamically.
-
Rene Saarsoo authored
HoverMenu is now used by both MenuButton (Favorites, History) and HoverMenuButton (cfg, property, ...). Moved HoverMenu from Docs.view.tree to Docs.view namespace. The menu can be configured to: - show columns. - show "x" buttons after links.
-
Rene Saarsoo authored
Now this expand/collapse logic is encapsulated inside the tree and when class is clicked it fires classclick event which we can handle in the controller.
-
Rene Saarsoo authored
Now when favorite removed by clicking "x" in dropdown menu, the star icon will also disappear from the class node in tree.
-
Rene Saarsoo authored
Instead of listing all the view classes in Controller, define inside MenuButton that it depends on HoverMenu.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This contains the shared functionality of History and Favorites, which both use localStorage.
-
Rene Saarsoo authored
Otherwise we will find "Ext" from store that only contains "Ext.Array".
-