I have been able to find out that this should be: JtoolbarHelper, but some of the methods used in mosMenubar are not found in JtoolBarHelper.
Also I was not able to locate JtoolBarHellper in the Framework API.
Anybody who can help me out here?
This is the old code and the methods used in it:
mosmenuBar::startTable();
mosMenuBar::publishList("publish");
mosMenubar::unpublishList("unpublish");
mosmenubar::divider();
mosMenubar::divider();
mosMenubar::addNew("new");
mosMenuBar::editList("edit");
mosmenuBar::deleteList("","remove");
mosMenubar::spacer();
mosmenubar::endTable();