Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <apex:page controller="FlowController" standardStylesheets="True" showHeader="False" sidebar="False">
  2. <apex:stylesheet value="{!URLFOR($Resource.Custom_Classes, 'customclasses/css/myfile.css')}"/>
  3.  
  4. <flow:interview name="Checker" interview="{!Checker}" finishLocation="{!finishcheck}">
  5. <apex:param name="orgId" value="{!organizationid}"/>
  6. </flow:interview>
  7.  
  8. </apex:page>
  9.  
  10. <apex:page controller="FlowController" standardStylesheets="True" showHeader="False" sidebar="False">
  11.  
  12. <style>
  13.  
  14. .FlowPageBlockBtns.FlowNextBtn{
  15.  
  16. color:red;
  17. text-align:center;
  18.  
  19. }
  20. </style>
  21.  
  22.  
  23. <flow:interview name="Checker" interview="{!Checker}" finishLocation="{!finishcheck}">
  24. <apex:param name="orgId" value="{!organizationid}"/>
  25. </flow:interview>
  26.  
  27. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement