Hiding the local and remote directory buttons

Top  Previous  Next

You may hide the local and remote directory buttons (Mkdir, Rename, Delete, Refresh, Resume) by passing the showDirButtons applet parameter with a value of false.

 

Example

 

<param name="showDirButtons" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

showDirButtons = false

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters