Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人有一个在 formTable 中使用 tabbedPanel 的例子?
我的表单有很多字段,我是 Xpages 的新手,所以只是在寻找最佳实践。
谢谢
我有一个相反的工作示例 - 一个 tabbedPanel,每个里面都有一个带有验证的 formTable,当有很多字段时它工作得很好。请记住,如果您使用 SSJS 验证,则无论何时单击任何选项卡,都会触发当前选项卡的验证。
你可以尝试一个dojo tabContainer,里面也有formTables,如果你切换标签,不会触发验证。如果将焦点设置到不同选项卡中的字段,则可能会出现 js 错误。我没有使用dojo tabContainer,因为这个项目是针对IE7的,我发现这个浏览器非常慢。