Prajna Acharya Posted May 21, 2020 Posted May 21, 2020 Hi, How can I open 'Find' (Ctrl+F) option using Spotfire Action Control Button in version 7.10 I need to open search box in both client app and webplayer o a click of Spotfire Action Control button Need a workaround for this. I have tried the below code, but it doesn't seem to work: $("#s2").click(opensearch); //s2= Button ID function opensearch(){ var x= document.getElementsByClassName("sfx_button_290 sfx_find-button_287 sfx_button-enabled_289"); //class name of 'Find' icon, taken from webplayer x.click(); }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now