Sample code to create a toolbar with an OpenLayers control into it.
var action = new GeoExt.Action({
text: "max extent",
control: new OpenLayers.Control.ZoomToMaxExtent(),
map: map
});
var toolbar = new Ext.Toolbar([action]);
Configuration properties in addition to those listed for Ext.Action.