- Apr 25, 2012
-
-
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 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
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The main styles were restricted to panel body, but guides and others were containers, not panels, so the styles did not get applied. Now guides, videos, comments are all panels.
-
Rene Saarsoo authored
Instead of injecting the button to the toolbar from outside, the toolbar itself manages the button, providing methods to show and update it. Also the toolbar now fires an event when the comment count button is clicked - the comments controller just needs to handle that event, not deal with binding the event to toolbar element after render.
-
Rene Saarsoo authored
Add a bit more top-bottom padding to the toolbar. Move the styles from JavaScript to CSS and document.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Some previous <pre>-related style tweaks resulted in <pre> line height being no more applied to the CodeMirror editor. Now explicitly stored the line-height style.
- Apr 09, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
CodeMirror just defines the rule: .CodeMirror pre { ... } This selector has quite low specificity, so it's easy to accidentally override it. And this indeed happened when the selector for normal pre elements was changed from: .class-overview pre { ... } to: .class-overview .x-panel-body pre { ... } The result was that a <pre> inside CodeMirror editor received unwanted rounded corners etc, rendering the editor pretty-much unusable. Resolved this by only styling pre.prettyprint and pre.notpretty. (The latter class is now added to all not-to-be-prettified pre-s, which distinguishes them from pre-s used inside CodeMirror component.)
-
Rene Saarsoo authored
Use Ext.clone when passing #data config to store to avoid the destructive behavior.
-
Rene Saarsoo authored
In addition to stack trace the name of the file causing the problem is printed.
-
- Apr 05, 2012
-
-
Rene Saarsoo authored
It took hours to track this down... and I'm out of ideas of why we need to require this class over there.
-
Rene Saarsoo authored
- Apr 04, 2012
-
-
Rene Saarsoo authored
First I'm constraining the styles of the main class-overview container inside the body-area - otherwise the styles will also have unpredictable effects on toolbar (especially the styles for tables as in 4.1 the search field inside toolbar is wrapped in two tables). Secondly the search field styles are applied differently as the DOM that makes up the field has changed considerably. At the moment this results in the field looking a bit different in 4.1. Needs more work... Also added width to the trigger-field which otherwise would change its width when trigger is shown/hidden.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Apr 03, 2012
-
-
Rene Saarsoo authored
A really strange bug indeed. Hope it gets fixed in 4.1 final.
-
Rene Saarsoo authored
Previously the when menu buttons were created the menus were also created right away. Ext JS 4.1 didn't like that and placed the menus somewhere at the top and refused to hide them initially. Didn't really managed to find out why, but doing it this way is probably better anyway.
-
- Apr 01, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Mar 31, 2012
-
-
Rene Saarsoo authored
Created LoginHelper class for generating the HTML and binding the submit listener in one single spot.
-
- Mar 30, 2012
-
-
Nick Poulden authored
Best to `rm -rf node_modules`, then re-run `npm install`.
-