- May 20, 2011
-
-
Rene Saarsoo authored
- renamed panel to dropdown. - renamed curItem,lastItem to curIndex,lastIndex. - renamed curItem in other method to record. - renamed handleClick to loadRecord. - using record.get("type") instead of record.data.type. - using store.getCount() instead of undocumented store.data.length.
-
Rene Saarsoo authored
Less ambiguous.
-
Rene Saarsoo authored
Also hide the search results menu after click/ENTER.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This prevents losing focus when starting typing at search field.
-
Rene Saarsoo authored
Instead of magic numbers + comments.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
IE can't deal with Docs.view.class so renamed to Docs.view.cls. Also started a production build rake task
-
- May 19, 2011
-
-
Rene Saarsoo authored
No more managing the long list of javascript files in index.html. Somehow I couldn't get the loading of Docs.History to work... We'll see about that later...
-
Rene Saarsoo authored
It just hanged there at the center of the page.
-
Rene Saarsoo authored
Using this.menus only worked by pure chance - the initial array was added to the prototype and so it was shared by all instances. Better make this behavior explicit.
-
Rene Saarsoo authored
Added some missing doc-comments.
-
Rene Saarsoo authored
And add some missing semicolons.
-
Rene Saarsoo authored
Moved syntax highlighting to separate class, so it can be called from multiple places.
-
Rene Saarsoo authored
Also move History.js too inside app/ directory.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Merge in updated mvc with history support and other fixes.
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Turns off warnings, of which there are currenly a lot. Created Logger class for managing the warnings centrally.
-
- May 18, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Instead of the whole original {@link ...}
-
Rene Saarsoo authored
Running JsDuck on ExtJS SDK will generate a whole slew of warnings.
-
Rene Saarsoo authored
The previously hardcoded values are now in sdk-vars.rb, which is ignored by git.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- May 17, 2011
-
-
Rene Saarsoo authored
This is a real quick-and-dirty solution, but works :)
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-