copy remove selected task to html button on weg page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
singhai.nish
Forum Newbie
Posts: 1
Joined: Wed Jun 18, 2014 9:31 am

copy remove selected task to html button on weg page

Post by singhai.nish »

As seen in image, I need a copy of the remove selected ( marked in red ) to be available as a button down. ( it will remove the top item + send mail to next ).

How is it possible to have a button point to same code.
Attachments
reviewTool.png
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: copy remove selected task to html button on weg page

Post by Christopher »

Is this Javascript? If so, you can have both buttons have the same class and bind it to the same button down event.
(#10850)
Post Reply