- May 03, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Keeps the iframe code much simpler as it now only needs to call the passed in callback method with true or false. Previously it needed to call a static method directly on InlinePreview class, which was quite ugly.
-
Rene Saarsoo authored
Touch examples with "raw" option now work as intended.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- Use double-click for running single example (add help text for it). - Change title. - Simplify status text updating code. - Other smaller tweaks to layout.
-
Rene Saarsoo authored
Created InlineExamples class that extracts examples from already formatted code and writes them to inline-examples.js file. The front-end now only needs to load this one file with all examples in it.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Useful for quoting in comments.
-
Rene Saarsoo authored
Using this option will disable output of source files and links to source files in UI.
-
- May 02, 2012
-
-
Rene Saarsoo authored
Now it only contains tasks directly related to JSDuck and two helper tasks to generate touch and ext docs from SDK.
-
- Apr 26, 2012
-
-
Rene Saarsoo authored
In addition to making the member itself visible, we also make its containing section visible if needed.
-
Rene Saarsoo authored
Because we're using JsonP requests the browser simply doesn't give us any information as of why the loading of <script> tag failed - it just says: "error".
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The hierarchy <pre> element happened to get the .notpretty class added which resulted in different margins etc. Now avoiding that. Also fixed the color of normal text inside it.
-
- Apr 25, 2012
-
-
Rene Saarsoo authored
The CSS is supplied from Touch SDK repository.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Consequently one cannot use the old sencha command any more.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
That's no more needed in ExtJS 4.1.
-
Rene Saarsoo authored
- 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
-