|
|
| Author |
Message |
Webmaster
Joined: 29 Aug 2006
Posts: 48
|
Posted: Tue Aug 29, 2006 9:35 am Post subject: How do I call Javascript function ? |
|
|
| How do I call Javascript function from a button of toolbar? |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 22 Aug 2006
Posts: 1055
|
Posted: Tue Aug 29, 2006 10:37 am Post subject: |
|
|
You just need to use our Custom script feature and define Launch function inside teh script like :
function Launch(tool)
{
MainWindow.document.parentWindow.alert ("Your javascript function!");
}
and create a button to call this .js created in Toolbar Studio |
|
| Back to top |
|
 |
|