[Cartoweb-users] StatsReports plugins : error in javascript
Oliver Christen
oliver.christen at camptocamp.com
Mon May 18 08:23:01 EST 2009
Hi Bruno
indeed, I just had the same error a moment ago as im also installing that
plugin in a new project
it seems that plugin has not been used much since it was added...
there is a missing javascript function and also some missing template
elements.
here is the missing function:
function toggleGeneratedResult(action) {
if (action == 'show') {
$('generated_result').innerHTML = '';
$('generated_result').show();
} else {
$('generated_result').hide();
}
}
and the missing template elements (to put into the cartoclient.tpl):
<div id="generated_result" name="generated_result" style="display:
none"></div>
and
<div id="statscvslink"></div>
I will complet the documentation and add the missing elements into cvs after
a few tests
regards
Oliver
----- Original Message -----
From: "Bruno Friedmann" <bruno at ioda-net.ch>
To: <cartoweb-users at lists.maptools.org>
Sent: Monday, May 18, 2009 11:42 AM
Subject: [Cartoweb-users] StatsReports plugins : error in javascript
> When we try to get the result there's an error coming from javascript
>
> Updating GUI for plugin StatsReports
> Error: An error occured in Plugins StatsReports
> Error: Message:
>
> ReferenceError:
> toggleGeneratedResult is not defined
>
> in file:
> http://mycw/statsReports/js/statsReports.js
>
> on line:
> 34
>
>
> toggleGeneratedResult('hide');
>
>
> Did someone has already a working installation ?
>
>
>
> --
>
> Bruno Friedmann
>
> _______________________________________________
> Cartoweb-users mailing list
> Cartoweb-users at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/cartoweb-users
>
More information about the Cartoweb-users
mailing list