-
1. Re: "texts on html file" are not updated "when edited on server"
Departure Mar 19, 2014 8:20 PM (in response to Departure)Here is what I ve found in regard to my own question...
For a Client, to be able to change the text on server (Ex: phone numbers in a contact page), they should access and modify the text in the edge.js or sometimes edgeaction.js page. Changing the text on .html page will create no result. I assume, this is because, the .html page is exported ONCE and only at the point of Publishing a project, to satisfy the SEO needs or whatever. Think of the text on .html page as a Sticker to fool the rest of the world, changing it will not change anything on webste and. Also if you change the text in .js, the change will not be relfected on .html file.
-
2. Re: "texts on html file" are not updated "when edited on server"
resdesign Mar 20, 2014 3:48 AM (in response to Departure)I think it is quite dangerous to let a client change anything in the js file as they could break the whole composition in the process. It would probably be better for you to write a script that would allow changes to be imported into Animate. One way would be to have a json file to hold some variable and then have then access that rather than the js files. The damage would be lesser if they broke the file.



