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.
Hi I have a requirement that my buttons should be in Oval or Round shape instead of square or rectangle, Please let me know how to change the shape of a button in 8.2.03
Thanks, KrishnaThis message has been edited. Last edited by: FP Mod Chuck,
Unfortunately I'm on 8105m. Not certain if the HTML canvas is still relatively the same in 8.2.03.
If you click on the button in the HTML canvas (I'm assuming you're using the stock button from the components tab) go to the properties and scroll until you find the Border section. Click to expand and scroll again down to the border-radius. Enter a value in pixels, so maybe 5px or 10px. That will give you the rounded edges you might be seeking.
You can set it at the button Properties. Border-radius : 50% will give you oval shape. You can set the height to 35% and border-radius to 50% to get a circle.