How to get the Apply button in Fields
Hello:
I wanted to customize the Fields in the toolbar to what I wanted, but I didn’t know how to call the Apply button
3 answers
Hello xuan,
Thank you for writing. It seems that you can start from the following thread: https://www.webdatarocks.com/question/adding-custom-tab-to-toolbar/.
Please let us know in case of any other question.
Regards,
WebDataRocks Team
Hello:
Maybe the translation is a bit problematic, I mean, I want to give priority to the method I wrote when I click this button, and then execute the original method.
Hello xuan,
Thank you for the clarification.
There is no option to change the Apply button click handler inside the Field List. You can write your own analog of the Field List instead. Or we can suggest you checking the fieldslistclose
event. It is triggered when the built-in Field List is closed. You can listen to it in a similar way as for beforetoolbarcreated
event from the article https://www.webdatarocks.com/doc/customizing-toolbar/
Please let us know if it works for your case.
Regards,
WebDataRocks Team