Develop > Presentation layer > Customize WebSphere Commerce Accelerator, Organization Administration Console, or Administration Console > Tools framework
Dialogs
Dialogs consist of a content frame and an action frame. Dialogs are useful for displaying summary information, confirmation information, or asking for simple input information. The content frame makes up the majority of the panel, with an action frame that contains an OK button and optionally a Cancel button. The name of the OK button can be changed to be more descriptive, for example to Find.
An image of a dialog follows:
- Add a dialog
- Dialog JavaScript functions
To use the following JavaScript functions, first write code for the functions that implements the business logic. Once the code is written you can use these JavaScript functions in the dialog. Your JavaScript file is specified in the dialog's XML file.
- Dialog navigation behavior
Dialogs present users with one or two navigation options, either finish or cancel. These two options are presented as buttons in the navigation frame at the bottom of the content window. If included, they behave according to the following guidelines:
- Example: Wizard, dialog or notebook controller command
This example controller command defines a wizard, dialog, or notebook.
- Dialog definition
Related concepts
Related tasks
Related reference