ads

Thursday 16 August 2018

Change the color in apex:toolBar

Code Format:


<apex:page sidebar="true">
    <apex:form >
        
           <apex:toolbar style="background-color:yellow;background-image:none;">
           <apex:inputText /> <n> </n>
           </apex:toolbar>

    </apex:form>
</apex:page>


Output:



No comments:

Post a Comment