- Oct 05, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- There are now two iframe files: extIframe.html and touchIframe.html. - Touch iframe is wrapped inside div which renders iPhone border. - The height of touch examples is fixed so that the phone image would fit.
-
Rene Saarsoo authored
-
- Oct 04, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
When @cfg has both @accessor and @evented then an event is also created in addition to get/set methods.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also add empty meta-tags for the global class.
-
- Oct 03, 2011
-
-
Rene Saarsoo authored
Instead link to the class itself.
-
Rene Saarsoo authored
Instead of :filename and :linenr properties being tied to class hash itself, they are now inside :files property, which holds an array of hashes which contain :filename and :linenr. List of files is shown in the hierarchy sidebar. Especially useful for classes like Ext.Element which are made up from many-many files.
-
Rene Saarsoo authored
When @multiline is set to true in MetaTag implementation, multiple lines after the tag up to next @tag will be included to meta-tag contents.
-
Rene Saarsoo authored
Each meta-tag is now implemented as a class. The --meta-tags option specifies a path to Ruby file that contains the implementations. By default the sencha_tags.rb file is included which implements @author and @docauthor as hidden tags.
-
- Sep 30, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
- Sep 29, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
This is a switch away from ext-doc style tree-logic where the tree could look like this: - Foo - Bar - Bar.Baz - Bar.Zap Now the tree always looks like this: - Foo - Bar - Baz - Zap This change is mostly in response to request of a user working with a system where most package names were also classes. With previous PackageLogic implementation he ended up with a pretty flat tree.
-
Rene Saarsoo authored
The support has been implemented for a while, but nobody has ever really used the functionality. Time to remove it. Along with it goes the --inline-examples option.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Sep 28, 2011
-
-
Rene Saarsoo authored
Touch 2 sources seem to contain no {@img} tags.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Using this will switch on the Touch-style examples page where examples are shown inside iPhone/iPad images. For now the option will also decide from where the icons for examples are loaded: touch/examles or extjs/examples/shared/screens There are now two implementations of example container: - Container - TouchContainer
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Changing terminology: using "tablet" and "phone" instead of "iPad" and "iPhone". Changing default device to "phone". See also the updated examples.json in touch-2.0.0 where I added device info to each example. Move all the changeDevice and changeOrientation logic inside the view. The state of buttons is now also handled inside the view - the buttons now actually behave as expected. Also the example title gets now updated and the XTemplate is created inside initComponent.
-
Rene Saarsoo authored
If it's not used, then it's better if the code for it doesn't exist at all, or it will just get out of sync, which has already happened.
-
Rene Saarsoo authored
Removing empty lines, trailing commas, etc.
-
Rene Saarsoo authored
Copying of touch build was done inside copy_touch2_images, which wasn't really the correct place. Also, all the copy_*_images methods were removed, so I created a separate copy_touch_build method.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Now all images can be marked up the same way - no need for special syntax in guides.
-