简体   繁体   English

Dashcode在哪里连接按钮单击处理程序?

[英]Where Dashcode wire the button click handler?

I have created a button click handler on a Button with Dashcode but I can't see anywhere the handler in index.html whereas I can see handlers of slider in that same html. 我已经使用Dashcode在Button上创建了一个按钮单击处理程序,但是在index.html中什么地方都看不到该处理程序,而在同一html中却可以看到滑块的处理程序。

Where Dashcode wire the button click handler ? Dashcode在哪里连接按钮单击处理程序?

Apple Developer has this: Apple Developer具有以下功能:

function yourHandler(event) {
     widget.openURL("http://store.apple.com/");
}

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM