This topic is locked

Multiple Custom Buttons

8/11/2012 2:17:41 AM
PHPRunner General questions
I
indigo author

Hi,
I have multiple custom buttons on the list page to update records.
I would like to instead have a drop down, so the selected event/query is executed on the selected records.

Its for the list page. Any ideas?

C
cgphp 8/11/2012

Try to reformulate your question.

I
indigo author 8/11/2012
  1. I have 5 custom buttons - Update Status, Update priority, Update Location, Update Folder, Update Tag
  2. Instead of having 5 buttons (I may add more buttons later) in a single row, can I instead convert this to a Drop Down list and let the Javascript be executed when the option is selected?
    One more help...

    In a custom button, how can get user input?

    For e.d. on a list_view page, I want to update few records as follows:

    Change Due Date for records selected and ask the user to enter a new date in a msg box.

    How do I achieve this?

C
cgphp 8/12/2012

You can use a javascript prompt box. Check this link for more info.