Guest User

Untitled

a guest
Jul 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <Style>
  2. .myStyle{
  3. margin-right: 3px;
  4. vertical-align: middle;
  5. padding-top:
  6. }
  7. </style>
  8. <apex:pageblock>
  9. <apex:pageBlockSection columns="2">
  10. <apex:pageBlockSectionItem >
  11. <apex:outputLabel>Methodology</apex:outputLabel>
  12. <apex:panelGroup>
  13. <apex:image value="{!$Resource.myImage}" styleClass="myStyle"/>
  14. <apex:inputField value="{!value}" />
  15. </apex:panelGroup>
  16. </apex:pageBlockSectionItem>
  17.  
  18. <apex:pageBlockSectionItem >
  19. <apex:outputLabel>Description</apex:outputLabel>
  20. <apex:panelGroup>
  21. <apex:image value="{!$Resource.myImage}" styleClass="myStyle"/>
  22. <apex:inputField value="{!record_Description__c}" />
  23. <!-- This is rendered as TextArea -->
  24. </apex:panelGroup>
  25. </apex:pageBlockSectionItem>
  26. </apex:pageBlockSection>
Add Comment
Please, Sign In to add comment