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.
在我的 Visualforce 主页中,我包含了一个标题页。在标题页中有几个超链接。现在,我从一个超链接导航到另一个超链接,我想访问主页的自定义按钮单击事件。
你能在apex中提供一个代码片段吗?
我不确定我是否理解这个问题,但您可能想看看是否需要传递参数:在 VisualForce 中:
<apex:commandLink action="{!buttonClickEventAction"> <apex:param name="q" value="{!contact.name}"/> </apex:commandLink>