As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am working on a HTML page and I have multiple buttons at the top. I have some good animation working when one is selected, however I am trying to also get it to change the background color of the button when it is clicked on as well.
This way the user knows which button they have selected when filling out the form.
Any suggestions?
Thanks, Kristi CarterThis message has been edited. Last edited by: <Emily McAllister>,
Here is an example of code that I am using. On my page I have 5 date range buttons - daily, weekly, monthly, quarterly, year-to-date. You'll need to create a "Requests/Actions" JavaScript call for each of your buttons. The first JavaScript function name would be restoreButtonColors, and then another JavaScript function to change the color. In my example below it would be dailyBtn_onclick. You'll also need to create a new function for each of your buttons, and change the color hex values to meet your needs.