GUI settings: Popup
Changing the popup menu
The list contains the labels and actions for the entries that should appear
in the popup menu.
AWeb can display three different popup menus, depending on the context:
- Image popup menu
- Link popup menu
- Frame popup menu
You select which popup menu to change by the chooser on top of the list.
Select the popup menu entry you want to modify from the listview.
Use the Add button to add a new blank entry. Use the Del button
to remove the selected entry.
Title
Type the entry title as you like it to appear in the popup menu.
Command
In this field, you can type the Arexx command
that should be executed when you press the button.
In the command string, you can use the parameter specifiers to make substitutions.
The parameters you can use depend on the popup menu type:
Image popup menu
|
---|
|
Link popup menu
|
---|
%u
| URL that the link points to
|
%i
| ID or name of the target frame for this link, for use in TARGET arguments
|
%t
| link title, what is shown in the status gadget when the mouse
is over the link
|
|
Frame popup menu
|
---|
%u
| URL currently displayed in this frame
|
%i
| ID of this frame, for use in TARGET arguments
|
|
Show if object in memory
In the image and link popup menus, you might want to show entries depending on
if the object is in memory or not. For example, "flush image" is only useful if
the image is in memory. Use the two checkboxes to specify if the entry should
be included in the menu if the object is in memory, or if it is not in
memory. If you select both checkboxes, the entry will always appear in the
popup menu.
Rearranging entries
You can move an entry in the popup menu. Select the entry, either with the mouse or with
the cursor up and down keys. Now you can move the entry up and down
in the list with either the arrow up and arrow down buttons, or with
the Ctrl + cursor up/down keys.
The Sort button will sort the entries alphabetically by their title.
Buttons
Settings requesters
Keys