So, I have been able to find code sample for the Presto.extjs extensions, but no other documentation. Code samples are great, but they don't always show all of the optional parameters, nor do they always expose everything available. For example, most of samples I am seeing are using Presto.extjs.ServiceStore, which I infer to be an extension of ext.Store. Are there any other extensions?
If I register my mashlet including the library presto_ext = true, what is actually loaded? I would expect this to include ext js and some presto extension, but is it a single js including the base ext as well as the presto extension, or is it multiple sources? What version of ExtJS is included?
So, I have been able to find code sample for the Presto.extjs extensions, but no other documentation. Code samples are great, but they don't always show all of the optional parameters, nor do they always expose everything available. For example, most of samples I am seeing are using Presto.extjs.ServiceStore, which I infer to be an extension of ext.Store. Are there any other extensions?
If I register my mashlet including the library presto_ext = true, what is actually loaded? I would expect this to include ext js and some presto extension, but is it a single js including the base ext as well as the presto extension, or is it multiple sources? What version of ExtJS is included?