Toolbar using apex in Salesforce

<apex:page id=”thePage”>
<apex:toolbar id=”theToolbar”>
<apex:outputText value=”Sample Toolbar”/>
<apex:toolbarGroup itemSeparator=”line” id=”toobarGroupLinks”>
<apex:outputLink value=”http://www.salesforce888.wordpress.com”>Infallible Techie</apex:outputLink>
<apex:outputLink value=”http://www.salesforce.com”>Salesforce</apex:outputLink&gt;
</apex:toolbarGroup>
<apex:toolbarGroup itemSeparator=”line” location=”right” id=”toobarGroupForm”>
<apex:form id=”theForm”>
<apex:inputText id=”theInputText”>Enter Text: </apex:inputText>
<apex:commandLink value=”search” id=”theCommandLink”/>
</apex:form>
</apex:toolbarGroup>
</apex:toolbar>
</apex:page>

Cheers!!!

Leave a Comment

Your email address will not be published. Required fields are marked *

Select Language »