Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zokito/7014868 to your computer and use it in GitHub Desktop.
Save zokito/7014868 to your computer and use it in GitHub Desktop.
<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