First of all congratulations for that great hardware and software tool.
I am trying to design a dashboard in my own language (Spanish) using accents ( with the Á sintax) and it worked fine but when i save and reload de dashboard that html code disappears.
Maybe the js parser clean that code. Is there a solution or are you working in the fix?... if you want i could make a fix code ;-)
Best regards
ilde
Re: Problems using accents
Hello Ilde, a fix would be most welcome! thanks
Re: Problems using accents
Hello
i have detected a problem with that the line: $("#page").html($("#editarea").val()); in dashboard_view.php
From http://api.jquery.com/html/ documentation: Some browsers may not return HTML that exactly replicates the HTML source in an original document
so, if i write/edit some html code it could change significantly for example when using accents symbols. Trying to fix it i have been thinking in use another editor like open source ckeditor as a talk about in (i think is the same that the forum is using) http://openenergymonitor.org/emon/node/583
Waiting for hear your comments. Best regards.
Ilde