- May 12, 2011
-
-
Rene Saarsoo authored
Clicking on the Configs/Properties/Methods/Events buttons now scrolls to appropriate section.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Updated the existing hiding code to be in sync with changed class names. Also added comments and simplified it quite a bit.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- May 11, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
We don't really need it at initialization time in ClassPanel and OverviewPanel - it's only needed in load() method to which it's already supplied.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
In addition to expandable class, added not-expandable class for links that should do nothing when clicked.
-
Rene Saarsoo authored
Instead of few complex templates, using more simpler templates in combination with bunch of methods.
-
- May 10, 2011
-
-
Rene Saarsoo authored
Allows to avoid warnings when extending classes for which we don't have source code. For example in ExtJS it's useful to specify --external=Error, because Ext.Error extends the built-in Error object.
-
Rene Saarsoo authored
With expandable class either set or not, as needed.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The calculation of first-child seems way too complex, but at least it works. Should be encapsulated somewhere.
-
Rene Saarsoo authored
- Removed empty anchor tag - using id attribute on h3 instead. - Replaced cryptic classname "p" with "members-title". - Adding a differenciating ID to the parent div and using descendants selector to set icon for the contained h3.
-
Rene Saarsoo authored
This way all styles are in the same format - like in ExtJS. Additionally my editor has support for scss syntax, but not for sass.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Created separate class for dealing with the rendering. Link from header to source file and fix prettify library links in source files. Also adjusted some class names and removed needless top-block class from the containing div.
-
Rene Saarsoo authored
-
- May 09, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Well... basically just moved it to sass/ directory.
-
Rene Saarsoo authored
In fact converted the style.styl file in old Documentation app to SASS. Don't really know which format it was, but almost like SASS, with enough differences though. Also moved images directory inside resorces/ aside sass/ dir. Finally changed the default CSS ouput style to :compact.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead one is supposed to manyall add extjs/ directory inside template/ directory. This could also be just a symlink to ExtJS.
-
- May 07, 2011
-
-
Rene Saarsoo authored
-
- May 06, 2011
-
-
Rene Saarsoo authored
Instead referencing it through this.toolbar inside OverviewPanel.
-
Rene Saarsoo authored
-
- May 05, 2011
-
-
Rene Saarsoo authored
Only adding the clsName property for class nodes.
-
Rene Saarsoo authored
Removed .htaccess file, class URL-s are now in form: apidocs/#/api/Ext.Ajax
-