• ASE 8
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
<apex:page showheader="false" sidebar="false" standardController="Event_Registration__c" extensions="ASE_ConfirmEmailReg" >
<style>
    .myFormStyle{
      background-color: blue;
    }
    .button1
{
background-color:#00FF00;
font-weight:bold;
color:#E56717;
}
</style>
 <div id="InnternalDiv" style="width:100%;">
 <apex:image url="{!headerUrl}" width="100%" height="50px" />
           <apex:pageMessages /> 
    <apex:form styleClass="myFormStyle">
              <br> </br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br>
                    <h1>
                        <div align="center">        
                            <apex:commandButton styleclass="button1" disabled="{!(!IF(isDisabled=true,false,true))}" action="{!getregisterEvent}" value="Verify"/> 
                        </div> 
                     </h1>
           </apex:form> 
    </div>
</apex:page>
  • July 29, 2015
  • Like
  • 0
<apex:page showheader="false" sidebar="false" standardController="Event_Registration__c" extensions="ASE_ConfirmEmailReg" >
<style>
    .myFormStyle{
      background-color: blue;
    }
    .button1
{
background-color:#00FF00;
font-weight:bold;
color:#E56717;
}
</style>
 <div id="InnternalDiv" style="width:100%;">
 <apex:image url="{!headerUrl}" width="100%" height="50px" />
           <apex:pageMessages /> 
    <apex:form styleClass="myFormStyle">
              <br> </br> <br></br> <br></br> <br></br> <br></br> <br></br> <br></br>
                    <h1>
                        <div align="center">        
                            <apex:commandButton styleclass="button1" disabled="{!(!IF(isDisabled=true,false,true))}" action="{!getregisterEvent}" value="Verify"/> 
                        </div> 
                     </h1>
           </apex:form> 
    </div>
</apex:page>
  • July 29, 2015
  • Like
  • 0