- Apr 23, 2012
-
-
Rene Saarsoo authored
Class loading failure is now shown in grid. For other failures the grid also displays the failure message.
-
Rene Saarsoo authored
Instead use template in column to render it.
-
Rene Saarsoo authored
As the Assert class was removed, this code is currently not needed.
-
Rene Saarsoo authored
Encapsulate interaction with grid store inside DocTests index component by adding addExample method.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also run the tests in correct order, not in reverse order.
-
Rene Saarsoo authored
The DelayedTask seems to be created only to call the locateClsExamples asynchronously, but that method does its work asynchronously anyway.
-
Rene Saarsoo authored
There are no such events fired and there's no such callback methods either.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Add back the baseUrl config to the controller.
-
Rene Saarsoo authored
Also remove trailing comma.
-
limscoder authored
-
limscoder authored
-
limscoder authored
-
limscoder authored
-
limscoder authored
-
limscoder authored
-
- Apr 21, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead added code to :doctests task to create the extjs-build/ dir. Separate extjs/ and extjs-build/ dirs are needed to allow docs app itself to run on one version of ExtJS, while having the examples use a different version.
-
Rene Saarsoo authored
Some places had "doctest" while others had "doctests" - now all are using the plural form.
-
Rene Saarsoo authored
Docs.data.classes already contains a list of all classes.
-
Rene Saarsoo authored
Probably just a typo.
-
Rene Saarsoo authored
This way the Status column won't display the red "dirty" flag.
-
Rene Saarsoo authored
There seems to be no need to need to suspend grid events while doing the initial loading.
-
Rene Saarsoo authored
Remove training commas and whitespace. Add missing semicolons.
-
limscoder authored
-
- Apr 20, 2012
-
-
Dave Thompson authored
-
- Apr 17, 2012
-
-
Rene Saarsoo authored
Instead pick the build pointed to by template/extjs/ This way the EXT_BUILD var only affects which version of ExtJS will be used for inline examples.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Guides and videos are now panels, so the comments need to be added to the panel body element, not the top element.
-
Nick Poulden authored
-
- Apr 12, 2012
-
-
Rene Saarsoo authored
-
- Apr 10, 2012
-
-
Rene Saarsoo authored
Fix the issue of hover menu not getting hidden at all when the button is hovered for the first time and then immediately mouse moves away.
-
Rene Saarsoo authored
Use initConfig() instead of Ext.apply(). Fixes Touch examples when Docs app is running under Ext 4.1.
-
Rene Saarsoo authored
Some divs were not closed. This fixes layout issues when view Touch examples under ExtJS 4.1