As suggested in the tutorial, I first programmed the javascript file with an
alert("The controller has landed");
, then reloaded the Umbraco application in WebMatrix and went to my page: the alert-box was shown.
Then I proceeded with the tutorial and spit out the full javascript code as suggested.
But now I can't find a way to refresh the backend, it always displays that alert (which I have removed). I tried to refresh the browser cache and restarted the Umbraco app.
How to refresh the backend?
Hallo,
I'm completely new to Umbraco and tried the tutorial at http://our.umbraco.org/documentation/Extending-Umbraco/Property-Editors/creating-tutorial1-v7
Now I'm facing the first problem:
As suggested in the tutorial, I first programmed the javascript file with an
, then reloaded the Umbraco application in WebMatrix and went to my page: the alert-box was shown.
Then I proceeded with the tutorial and spit out the full javascript code as suggested.
But now I can't find a way to refresh the backend, it always displays that alert (which I have removed). I tried to refresh the browser cache and restarted the Umbraco app.
What did I miss?
Thanks,
Steven
Hè Steven,
Please the site in debug mode in the web.config and toen clearing you browser cache then it works.
is working on a reply...