Hi all,

I create a new control in my module.
This one is use in a Dialog.
My control define a button which uses an javascript onClick event:

     String buttonOnClick = 
this.getConfigValue("buttonOnClick","wstDialogLinkOpenBrowser('"
                     + this.getName() + "','" + tree + "','" + extension + 
"');");
        this.getButton().setOnclick(buttonOnClick);

My control works fine excepted for javascript interaction.
How can I add a javascript (here with function wstDialogLinkOpenBrowser) in a 
Dialog?

Regards,
BenoƮt


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to