Hi;
I was going through some plugins code to understand how to create component plugins (I have no EXT past experience).
I noticed that some use 'EXT.preg'. I went to the docs to class EXT and did not find that method then went to the sencha source and found it and it states that is a shorthand for Ext.PluginMgr.registerType then went to the docs for PluginMgr but it did not have a registertype method so I went to the source again and found it on the abstractManager class which I don't even think is in the docs.
to make a long story short. I am just a beginner and the docs seem to make my life harder. Are there any plans to make the docs more informative? is it just me?
thanks in advance.