Ed Chatelain
Ed Chatelain
Regarding the getVeiw helper function, I can add a helper function to app to get to a view by name(s), but it seems to me that it may be better...
Right, thanks for the reminder, I will try to get that done today.
Are you still seeing this problem?
This branch has an implementation, but it is too late to add new function to 1.9, so it will have to wait. https://github.com/edchat/dojox_application/tree/autoHashUrl
See this link for more details in the 1.9 plan doc. https://docs.google.com/document/d/1fe2qm1x_AHidYd2wNkG77tZgFIrvlt-ctGT0rpb-5F0/edit?pli=1#heading=h.o1ba3w9d6miu Layout controller is not really replaceable, it is tight with code in View.js and main.js. It must be...
I was hoping to be able to take advantage of the staticHasFeatures in the build profile to set the "has" values to be used by DiscoverAppBuild and configProcessHas(config), but I...
I was able to do option 2 above. I was able to add a custom transform for the app config which will process the config using only the staticHasFeatures, and...