PntButtonPart that outputs a button in html. Used by ButtonsPanel.
PntButtonsPanel that outputs html for two rows of buttons.
PntDetailsPart part of that shows the single value properties of the requested object.
PntEditDetailsPart mainpart of
PntFilterFormPart used by SearchPage to output html describing search forms. The search options are modeled by .
PntMenuPart that outputs html descirbing a menu. By default includes skinMenuPart.php from the includes folder. Includes skinSubMenu.php when printSubMenu is called with the application folder name as the argument.
PntMtoNFilterFormPart used by PntObjectMtoNSearchPage. Specialization of PntFilterFormPart that produces a smaller layout to fit into the smaller space available to PntObjectMtoNSearchPage.
PntMtoNPropertyPart used by ObjectMtoNPropertyPage. Contains a table from which the user can remove items by clicking their remove icons, and a SearchFrame with an MtoNSearchPage from which the user can search and add items by clicking in them. The table is adapted client-side to show the resulting related items. When the save button is pressed the id's of the added and removed items are sent to the server and processed to add and remove the relationship objects according to the selections of the user. This part can also be used inside a TabsPart inside an EditDetalsPage to create a single large form that holds both the detailsPart as the MtoNSearchPart(s). The user can then edit each tab and after he is finished send the entire form to the server at once so that all details and n to m relationships are processed at once.
PntMultiPropsPart Generates a PropertyPart for each multi value property of the requested object. Used by
PntPagePart Abstract superclass of . Generates html for a part of a page.
PntPropertyPart mainpart of
PntSortDialogPart that outputs the MainPart of PntObjectSortDialog.
PntTablePart that outputs html describing a table with rows for object and columns for their properties. As a default columns can be specified in metadata on the class specified by pntType request parameter, see How to override columns in an item table.
PntTabsPart that generates a tab bar and corrsponding content divs that are shown/hidden by clicking on a tab div in the tab bar. Content is generated by printPart on the whole or on specified parts. |
User Contributed Notes