Page History Page and Command

installs a command object called AEFPageHistoryToolbar that represents the Page History menu command. Page History is a list of visited pages and is different from the History page (which lists actions performed on an object).

This command is assigned to the Tools menu, which is assigned to the My Tools menu, which is assigned to the AEFGlobalToolbar menu. The Page History command calls emxPageHistory.jsp, which lists the last 50 pages the user has visited since the user logged in. The number of pages stored by the page is configurable using the emxSystem.pageHistory.limit=50 property in emxSystem.properties. In addition, the emxFramework.History.maxRecords=2000 property defines how many pages will be retained for all users. Users can use the page to revisit the pages, bookmark them, and copy and paste the URLs for the pages into emails to invite other users to visit the pages. The page displays in a non-modal popup window.

For information about how to use the page, click the Help button on the page in the application.



The tables below describe the parameters and settings used to implement the Page History command. For details on configuring menus, see Menus and Toolbars.

Parameter Description Installed Input Values

href

The JSP that implements the Page History page.

emxPageHistory.jsp

Alt

The internationalization string ID to display as mouse over text.

emxFramework.PageHistory.PageHistoryLabel

Access

Defines who can access the tool.

All

Setting Description Installed Input Values

Help Marker

Specifies the name of the help marker to call for context-sensitive help.

emxhelppagehistory

*Registered Suite

The application the command belongs to. The system looks for image and JSP files in the directory associated with the application. Internationalization details are also obtained based on the Registered Suite.

Framework

Target Location

The frame or window the page should display in. By default, the page displays in a separate popup window.

popup

Popup Modal

The page is non-modal so the page remains open while users continue to visit pages.

false

Popup Size Defines the size of the popup window. The value can be one of the listed example sizes.

The pixel width and height values for these sizes are defined in emxSystem.properties. See emxSystem.properties.


  • Small
  • Medium
  • Large
  • SmallTall
  • MediumTall

Image

The image displayed in the menu.

ButtonToolbarPageHistory.gif

*Required Setting