LinkBar按钮/标签点击事件转换
我创建了一个带有两个标签的链接栏。 现在,我需要跟踪标签点击次数。
10 100
即如果在开始时单击“First”,将显示详细信息。 之后,如果没有提交详细信息,则单击“第二个”,则应出现一条警报消息,通知用户“第一个操作仍在进行中,是否要取消并开始第二个操作”。 对于第二次到第一次的转换,反之亦然。 我需要知道如何编写事件来跟踪单击了哪个按钮。
I have created a linkbar with two labels. Now, I need to keep a track of the label clicks.
10
100
i.e. If in the beginning "First" is clicked, the details will be displayed. After that, if without submitting the details, "Second" is clicked then an alert message should come to inform the user that "First is still in progress, do you want to cancel and begin Second operation". Vice-versa for Second to First transition. I need to know how to write events to keep track of which button clicked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或许....
maybe....