mtrutledge / generator-dnn

Yeoman generator to scaffold DNN / DotNetNuke Modules and Themes.
MIT License
17 stars 10 forks source link

Adjust ReactJS SPA template to access App_Resources #12

Closed mtrutledge closed 5 years ago

mtrutledge commented 6 years ago

Currently, there are hard-coded strings in the ReactJS. It would be good to show how to access the App_resources from the ReactJS code.

mtrutledge commented 5 years ago

Turns out the window.dnn.utility.getResx function that is used in the persona bar templates for accessing the resource files is not loaded on the full site. So this will require a module specific approach. Closing this issue.