开发者

How to fire a button click event from a include page (visual page)

开发者 https://www.devze.com 2023-02-11 11:28 出处:网络
In my main Visualforce page I have included one header page. In the header page there several hyperlinks. Now, where I navigate from one hyperlink to other hyperlink I want to access main page\'s Cust

In my main Visualforce page I have included one header page. In the header page there several hyperlinks. Now, where I navigate from one hyperlink to other hyperlink I want to access main page's Custom button click e开发者_高级运维vent.

Can you provide a code snippet in apex?


I'm not sure I understand the question, but you might want to look at and if you need to pass a parameter: in VisualForce:

<apex:commandLink action="{!buttonClickEventAction"> <apex:param name="q" value="{!contact.name}"/> </apex:commandLink>

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号