- Jun 06, 2011
-
-
Rene Saarsoo authored
Always show only the first sentence, no matter how short it is.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Now the index page component is separate from components dealing with rendering parts of docs for particular class.
-
Rene Saarsoo authored
No more passing the docClass config option to TabPanel and Overview - it's not used anyway.
-
Rene Saarsoo authored
So we can call it similarly to cls.Overview. Also no more pass initial class config to the header component.
-
Rene Saarsoo authored
A verb is not really a good name for class.
-
Rene Saarsoo authored
More descriptive.
-
Rene Saarsoo authored
Instead of putting them directly to class hash, we create a sub-hash for members. This way we don't have to list all the member types in every place where we want to loop over all the types - we just loop over the :members hash. Additionally it will make easier in the future to add a separate group of static members.
-
Rene Saarsoo authored
This was too confusing. We still have @member in doc-comments, but it's translated to owner internally.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Currently not used, so throwing out for now.
-
Rene Saarsoo authored
-
- Jun 03, 2011
-
-
Rene Saarsoo authored
Currently I implemented it with opacity, but I'm sure a designer could do a better job.
-
Rene Saarsoo authored
-
- Jun 02, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
In Ext4 each event handler will receive an additional options argument that was given in the addListener method. To make this clear, we automatically append this extra parameter to each event.
-
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
-