Hi,
I've followed this tutorial http://oxpedia.org/wiki/index.php?ti...in_Development (section Customized new buttons in the panel) because i would try to add some new button to call an external web server with the information of a specific contact from the contacts module.
The content of my register.js is the same propose on section "Customized new buttons in the panel".
I've put an "alert("Hello, World!");" on the top of register.js to verify that the code are executed.
After a login I see the "Hello, World!", but nothing else... no buttons on the panel :-|
What am I doing wrong ?
These link "JavaScript API for extending the configuration frontend" and "Gui Plugin API Documentation" on the section "Customized / Extended configuration tree" are broken, where I can find the correct link ?
thanks in advance.
I've followed this tutorial http://oxpedia.org/wiki/index.php?ti...in_Development (section Customized new buttons in the panel) because i would try to add some new button to call an external web server with the information of a specific contact from the contacts module.
The content of my register.js is the same propose on section "Customized new buttons in the panel".
I've put an "alert("Hello, World!");" on the top of register.js to verify that the code are executed.
After a login I see the "Hello, World!", but nothing else... no buttons on the panel :-|
What am I doing wrong ?
These link "JavaScript API for extending the configuration frontend" and "Gui Plugin API Documentation" on the section "Customized / Extended configuration tree" are broken, where I can find the correct link ?
thanks in advance.
Comment