How to make custom buttons?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
mike76
Posts: 14
Joined: 20 Oct 2011 14:20

How to make custom buttons?

Post by mike76 »

I am trying to make custom toolbar buttons but i am not sure how to create the scripts for them. For example, i want to create button for "go to previous item in list". How the script will look for this action?

Thanks!

Wanda
Posts: 55
Joined: 08 Jan 2011 01:08

Re: How to make custom buttons?

Post by Wanda »

maybe this can be of help?

http://www.xyplorer.com/xyfc/viewtopic.php?p=40908 - Share your buttons!

http://www.xyplorer.com/xyfc/viewtopic. ... ar+buttons - How to use and execute a script ?

admin
Site Admin
Posts: 64914
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: How to make custom buttons?

Post by admin »

mike76 wrote:I am trying to make custom toolbar buttons but i am not sure how to create the scripts for them. For example, i want to create button for "go to previous item in list". How the script will look for this action?
Ultra-simple. Paste this into the On click field:

Code: Select all

#535;
:)

mike76
Posts: 14
Joined: 20 Oct 2011 14:20

Re: How to make custom buttons?

Post by mike76 »

Thanks!

Post Reply