Hello thomas, thank you very much again for your responses. At the end I think
I solved the error. Obviously thanks to your help. He had two .
3
...
.
.
XLS
CSV
PDF
Hi,
I think the problem is that configuration part concerning queryeditor is
not loaded. The XML part (pmapper/ini/pluginsConfig/queryeditor) should
be written in js: PM.ini.pluginsConfig.queryeditor
Are you sure to have only one pmapper/ini/pluginsConfigin your XML file?
You don't have any e
Hi Thomas, thank you very much for your response. I followed your advice but
the problem persists. Only now the firebug error es:
If i put in the config_xxx.xml 5
PM.ini.pluginsConfig.queryeditor is undefined
if (typeof(PM.ini.pluginsConfig.queryeditor.dlgType) != 'undefined') {
and if i put
Hi,
I think the error is due to the parameter "dlgType" that is not written
in your config_xxx.xml.
Did you follow this documentation:
http://svn.pmapper.net/trac/wiki/PluginsQuery#QueryEditor ?
Else, you can correct it by replacing in plugin/queryeditor/queryeditor.js:
if (PM.ini.pluginsConfi
Hi list, my problem is with the plugin queryeditor. Does not work in internet
explorer. In mozilla firefox is working, but with firebug I see that there is
an error: undefined is PM.ini.pluginsConfig.queryeditor
if (PM.ini.pluginsConfig.queryeditor.dlgType) {... I saw the code but I can
not fin