Actions from list and detail views in the JSP console

From the list views and the detail views, the following actions are possible:

You can use each action by itself but they are more useful when combined. For example, you can configure a JavaScript and an API for an action. In this scenario, the specified API is invoked only when the specified JavaScript returns true.

In another example, you can configure an API and a view for an action. In this scenario, the API is invoked and, regardless of its success, the configured view is invoked. This view opens within the same browser window.

Note: You can resize the pop-up browser window using the JavaScript call window.dialogWidth, window.dialogHeight and specifying the width and height as required.