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
NareshKrishnaNareshKrishna 

Onclick change Tabel width for <apex:pageInclude>

Hi,

 

I have Left side panel,Carousel view and List view in the home page. By default Left Side Panel,Carousel view is visible. On top of the page i have both Carousel and List view Images.  On click the "List view Image" the List view is visible.

To the left of the home page, beside Left side Panel,one Image is present.On click  that Image, Carousel/List view  table width have to be changed.

I have  both the Carousel and List view pages as <apex:pageInclude> in the Home Page and  wrote the javascript in home page.

 

Can anyone plz help me on how to change the table width for page in  <apex:pageInclude>.