5-1-3-6. Page Property Value Settings
You can set Page Property (Visualforce <apex:page> Property, etc.) from Apex Class Extension feature. Here is a list of configurable setting and its order of Priority.
Setting Name | Definition | Order of Priority |
---|---|---|
p_cache | With or Without cache |
*For example: The “False” setting of the Studio Screen will be overwritten as “True” if the Apex Class Extension is set as “True.” This is because the Apex Class Extension’s priority is higher than the Studio Screen setting. |
p_contentType | MIME Contents Type | |
p_docType | DTD | |
p_expires | Cache Expiration | |
p_language | Language indication | |
p_rendered | Show/Hide Page | |
p_setup | Set default style | |
p_showChat | Chat widget indication | |
p_standardStylesheets | Add Salesforce CSS | |
p_wizard | Salesforce Wizard Page CSS | |
p_showHeader | Show/Hide Header |
|
p_sidebar | Show/Hide Sidebar | |
p_isPdf | ON/OFF PDF output | |
p_pdfPageSize | Page Size | |
p_pdfOrientation | Page Orientation | |
p_pdfMargin | Page Margin Size |