Apex:Toolbar Tag

Apex:Toolbar Tag :-In our previous Salesforce Tutorial we have learned about visualforce apex:pageBlockSectionItem Tag. In this Salesforce Developer Tutorial we are going to learn about apex:toolbar tag and how it works when used in visualforce page.

<apex:Toolbar>:- apex:toolbar is used to style our visualforce page. By using apex:toolbar tag we can create different tools. <apex:toolbargroup> is also another tag which is used in <apex:toolbar> tag. By using this tag we can set Height, Text font style, width of the toolbar and so on.

Create new Visualforce page as shown below.

apextoolbar

Click on Create page apextoolbar link to create new visualforce page.

apextoolbar0

Now observe the apex code shown below.

apextoolbar1

Id is the attribute used to reference another components in visualforce. And we have inserted different output link to display on visualforce page.

Output:- Apex:Toolbar

apextoolbar2