如何为 Primefaces TabView 设置 JavaScript 事件处理程序
我正在使用 Primefaces TabView 组件。我正在尝试设置一个 JavaScript 事件处理程序,以便在单击选项卡时调用。我想要在客户端上使用 JavaScript 更新选项卡的内容。我不想通过 JSF 或在服务器上执行此操作。基本上,我尝试仅在单击选项卡时使用 JavaScript 更新 IFrame。
谢谢!
I am using the Primefaces TabView component. I am trying to set up a JavaScript Event Handler to be called when a tab is clicked. What I want to do, on the client, is to update the contents of the tab using JavaScript. I don't want to do it through JSF or on the Server. Basically, I am trying to update an IFrame using JavaScript only when a Tab is clicked.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这个东西会解决你的问题:
tab1 & tab2 是选项卡 ID
may be this stuff will solve your problem:
tab1 & tab2 are tab Id