• Chang Yea Moon
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hey there, 

Is there a way to programmactically set these properties in my .page file? User-added image

 

For example I want to auto-enable `Show scrollbars` when someone adds this page. Or I want this page to always be 700px. etc

 

my .page file looks like the following format

 

<apex:page sidebar="false" standardController="something" showHeader="false" standardStyleSheets="false" extensions="more something">
    <div id="root"/>
        <apex:includeScript loadOnReady="true" value="{!$somethingscript}"/>
</apex:page>

Hey there, 

Is there a way to programmactically set these properties in my .page file? User-added image

 

For example I want to auto-enable `Show scrollbars` when someone adds this page. Or I want this page to always be 700px. etc

 

my .page file looks like the following format

 

<apex:page sidebar="false" standardController="something" showHeader="false" standardStyleSheets="false" extensions="more something">
    <div id="root"/>
        <apex:includeScript loadOnReady="true" value="{!$somethingscript}"/>
</apex:page>