Created
February 22, 2017 18:43
-
-
Save sankaran1984/601bf611bb69d9b694d9b9f2b343fa29 to your computer and use it in GitHub Desktop.
Visualforce - Beyond Basics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page > | |
<apex:sectionHeader title="Styling based on User Configuration"/> | |
<!-- Show a text with Color, Configured for ORG --> | |
<apex:outputText value="My Sample Text" | |
style="color:{!$Setup.TestSettings__c.Color__c};font-size:{!$Setup.TestSettings__c.Size__c}px;"/> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment