Skip to content

Instantly share code, notes, and snippets.

View zokito's full-sized avatar

Zoran Zunko zokito

  • H.D.B.-Soft
  • Croatia
View GitHub Profile
<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>