我正在将我的应用程序UI(以Richfaces形式编写)迁移为Primeface。
我们在代码中有一个命令链接,可直接在rich tabPanel的Rich选项卡中使用rich:toggleControl打开面板。
<a4j:commandLink style="color:blue; text-decoration: underline; font-size:8pt;font-style: italic;" value="Yearly calculation link (click here)" >
<rich:toggleControl targetItem="@next" targetPanel="yearlyCalculationPanel" />
</a4j:commandLink>
此命令链接直接在另一个选项卡中打开特定的面板。
primefaces是否可以替代此特定功能?