function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BinaayoBinaayo 

Changing VF page title based on the value of lightning component item in the page.

Hi,
Is there a way I can change the VF page title with the value of item selected in the Lightning component included in the page? 

There is a dropdown in the lightning component and the selected value of the lightning dropdown menu must be reflected in the VF page title.

Thanks in advance,
Binaayo
sandeep@Salesforcesandeep@Salesforce
Hi, 
You can send you message (title msg) from lightning component to your VF page using the postMessage() method. 

To get the more idea about it. You can refer this link : 
https://developer.salesforce.com/blogs/developer-relations/2017/01/lightning-visualforce-communication.html

Hope this help!

Thanks 
Sandeep Singhal
http://www.codespokes.com/