PntDialog Abstract superclass. Most dialogs do not inherit from this class but implement its interface.
PntObjectDialog with FilterFormPart for searching and selecting an object. Opened from . Extends . Overrides pntGetHref javascript function so that clicking on a row in the table with the search result selects the corresponding object and closes the dialog.
PntObjectEditDetailsDialog Dialog to edit details of a single peanut. Opened from to add a new item. Extends . Because of limited task propertybuttons are excluded. Save button closes the dialog and adds the item to the NtoMPropertyPages.
PntObjectMtoNDialog Dialog for editing the value of an MtoNDialogWidget. Uses MtoNDialogPart and ObjectMtoNSearchPage.
PntObjectSortDialog Dialog for selection of multiple columns to sort on. Used by SearchPages.
PntObjectVerifyDeleteDialog Dialog for verifying a recursive delete of one or more objects. The dialiog is opened before the form is submitted to Delete(Marked)Action. |
User Contributed Notes