Jump to content

How to open 'Find'(Ctrl+F) using Spotfire action control button in HTML Text Area


Prajna Acharya

Recommended Posts

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();

}

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...