AWeb Logo

  GUI settings: Buttons

GUI Settings: Buttons Tab

Changing the user buttons

The list contains the labels and actions for the buttons that should appear in the user button row.

Select the button you want to modify from the listview. Use the Add button to add a new blank button. Use the Del button to remove the selected button.

Label

Type the button label as you like it to appear on the button.

Command

In this field, you can type the Arexx command that should be executed when you press the button. You can use any command, but a few commands that might be especially useful are:
OPEN urlThis makes the button a simple "fastlink" button. When you click it, the URL is shown.
RUN path/script argumentsWhen you click the button, the Arexx script is started.
SYSTEM path/command argumentsWhen you click the button, the shell command is started.

In the command string, you can use the following parameter specifiers:
%uAddress currently displayed in the browser window.
%nscreen name that AWeb is running on.
%iID of frame that has focus.
%ttitle of the document, as shown in the window title bar.
%cconfiguration name.

Rearranging buttons

You can move a button in the button row. Select the button entry in the list, either with the mouse or with the cursor up and down keys. Now you can move the button 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 buttons alphabetically by their label.


<-Menus  ^Settings requesters  ->Popup