Forked from jimmitchell/Faux Visualforce Required Field.html
Created
October 16, 2013 21:05
-
-
Save zokito/7014868 to your computer and use it in GitHub Desktop.
This file contains hidden or 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:pageblocksectionitem> | |
<apex:outputlabel>Field Label</apex:outputlabel> | |
<apex:outputpanel layout="block" styleClass="requiredInput"> | |
<apex:outputpanel layout="block" styleClass="requiredBlock"/> | |
<apex:inputfield value="{!Object_Name__c.Field_Name__c}" /> | |
</apex:outputpanel> | |
</apex:pageblocksectionitem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment