Re: [pmapper-users] Help with making a plugin

2010-03-18 Thread Thomas Raffin
Hi, To integrate your plugin in pmapper, the documentation is here : http://svn.pmapper.net/trac/wiki/FaqCustomizations#Plugins You will have to write a javascript function that will send your parameters like "id", "source" and "telepules" to you PHP page. This AJAX request will be done with j

[pmapper-users] Help with making a plugin

2010-03-18 Thread Medve Zsolt
Hy! I would like to get help with a special plugin making. This is a PHP file http://1**.*.*.*:*/some?wsdl'); $resp = $client->__soapCall("function_name", array($id)); echo ""; echo round($resp); echo ""; ?> I need to integrate it to p-mapper somehow, Like a button and when i cli