Templates and the CustomizedFiles Folder
The files that make up a Web view (such as .JS, .CSS, .HTML, and .ASP files) are generated from templates. If you edit the original templates, your customizations apply to all Web views. In addition, if you edit the generated files for a Web view, you must reapply your changes every time you generate the view.
To customize specific Web views without editing the generated files, you put your customized files in a special CustomizedFiles folder. Each time you generate the view, the Web View Editor copies your customized files from the CustomizedFiles folder into the view.
Related Topics