Navigation toolbar

This toolbar has “first”, “prev”, “next”, “last”, “exit” buttons.

Screenshot

Please note that the most important buttons have an accesskey.

Sample code

From within a p4a_mask constructor:

$this->build("p4a_navigation_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);
 
widgets/navigation-toolbar.txt · Last modified: 2007/01/03 12:56
 
Creative Commons License Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki