This toolbar has “confirm”, “cancel”, “first”, “prev”, “next”, “last”, “new”, “delete”, “exit” buttons.
Please note that the most important buttons have an accesskey.
From within a p4a_mask constructor:
$this->build("p4a_standard_toolbar", "toolbar"); $this->toolbar->setMask($this);
If you want your toolbar to be displayed in the top zone, remember to add this line to your p4a_mask constructor:
$this->display("top", $this->toolbar);