Page 1 of 1

How to make custom buttons?

Posted: 28 Jan 2012 15:00
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!

Re: How to make custom buttons?

Posted: 28 Jan 2012 15:12
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 ?

Re: How to make custom buttons?

Posted: 28 Jan 2012 20:12
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;
:)

Re: How to make custom buttons?

Posted: 29 Jan 2012 18:51
by mike76
Thanks!