Configures popup window parameters for parent tags that can open popup windows.
| Attributes |
| directories |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether directory buttons are displayed in the popup window. |
| height |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The height of the popup window. |
| left |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The X coordinate of the top left corner of the popup window. |
| location |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the location (address) bar is visible in the popup window. |
| menubar |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the menu bar is displayed in the popup window. |
| name |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The name of the popup window. |
| onPopupDone |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The JavaScript function to be called when the popup window is closing. |
| popupFunc |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The JavaScript function to be called to open the popup window. |
| replace |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the popup window's location will replace the location in the current window's navigation history. |
| resizable |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the popup window is resizable. |
| scrollbars |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the popup window has scroll bars. |
| status |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the status bar is displayed in the popup window. |
| toolbar |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
Whether the toolbar is visible in the popup window. |
| top |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The Y coordinate of the top left corner of the popup window. |
| width |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The width of the popup window. |