Webtags (preserving history): Difference between revisions
From Cumulus Wiki
Jump to navigationJump to search
=== JavaScript example ===
Some people might feel the admin interface could be improved on some of its pages by showing additional information. It is possible from MX 3.7.0 to obtain extra information.
I have a script that works with the standard log editor in the admin interface to calculate (and recalculate after any edit) the derived fields from the source fields. To make these calculations work for anyone, I need to find out what units the Cumulus MX user is using. Here is the code (with the api call written using jQuery):▼
▲I
Here is the code (with the api call written using jQuery):
<pre>/* Some new variables connected with new api call (MX 3.7.0) */
var tempLetter; // C or F
|