Skip to main content

All Questions

Tagged with
1 vote
2 answers
94 views

Keep arrow of TitledPane visible, even when set to not collapsible

I'm trying to create an TitledPane, that can't be collapsed, once it has been opened and the TextField inside of it does not have valid input. This behaviour already works in my code, but as soon as I ...
Mike's user avatar
  • 23
0 votes
0 answers
25 views

Can someone help me figure out a way to prevent an accordion from expanding upwards when the toggle is selected?

I am having the hardest time with this one... any help is GREATLY appreciated. HTML: <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>...
Sarah Crook's user avatar
0 votes
1 answer
130 views

DIVI accordion have last item open

As the title states I'd like to always have the last item on the DIVI accordion module open by default. As I'm not good in coding JavaScript and I couldn't find anything helpful on the internet I ...
sir_gra's user avatar
0 votes
1 answer
171 views

Accordion in for loop stays always open

I have made an accordion with bootstrap but it is in a for loop, so when I click on one item of the accordion, all other items open at the same time. How can I only click and open one item of the ...
Lu_Ce's user avatar
  • 1
1 vote
2 answers
447 views

Unable to extract the paragraph text within an accordion using Selenium Java

I used xpath for getting the paragraph text, it works fine for first paragraph but second and third paragraph it is not working fine. it shows empty in console output. Following string are the ones ...
Muthukumar Gangadharan's user avatar
1 vote
1 answer
146 views

Is it possible to filter vaadin accordion elements?

I have 6 vaadin accordion components under each other, each one for specific kind of offers with 1000+ buttons (button per offer). Click on each button opens a new tab in another part of my layout. ...
Mari's user avatar
  • 213
2 votes
1 answer
367 views

Shuhart stepview null object reference

I'm using shuhart's stepview for my android application. I've followed this video. But whenever I try to enter my BookingActivity, the application crashes with the error: java.lang.RuntimeException: ...
DannyTraan's user avatar
1 vote
0 answers
254 views

JavaFX - TitledPane not showing JFXButton Text inside TitledPane title graphics

I'm making sidebar menu with Accordion TitledPane, Whenever I'm adding JFXButton inside TitledPane's title graphics it fit well inside it but Button Text not showing. I have added fontAwesomeIcon ...
Santosh Bhoir's user avatar
-1 votes
1 answer
493 views

Get the checked value of a checkbox in a titledPane JAVAFX

So I have a JavaFX code that creates an Accordion with TitledPanes and each TitledPane have a checkBox: So my question is there is any way to get the value of those checkBoxes after a button click: i....
maryem neyli's user avatar
0 votes
0 answers
128 views

adding dynamicly TitledPanes to Accordion

So I'm creating a program that gets the swagger doc.json, extracts all the REST Apis then shows them in an Accordion: the problem is that the Accordion won't work for me because TitledPanes are added ...
maryem neyli's user avatar
2 votes
2 answers
1k views

Modify JavaFX Accordion

I have an Accordion with two TitlePane's inside and I had a design question. I wanted to see if there was any way to remove the border around the title that you can see here: Here is the CSS Code I ...
piggy's user avatar
  • 47
0 votes
0 answers
640 views

Set TitledPane height in JavaFX

I have a JavaFX application using gradle. I have used an Accordion as container for my TitledPane for my menu. The problem is that I can't set the TitledPane height according to sum of it's content ...
Ali Majed HA's user avatar
1 vote
1 answer
264 views

JavaFX Accordion set next expanded Pane

In Accordion it is possible to set the selected Pane with accordion.setExpandedPane, and it is also possible to get all the children with accordion.getPanes(). However I'm struggling to find how to ...
Dávid Tóth's user avatar
  • 3,113
1 vote
1 answer
725 views

JavaFX: refer to collapsed and expanded accordion states in CSS

I hope everyone I doing well. I'm trying to control the arrow's rotation based on its collapsed or expanded psuedo-class property in my TiteldPane objects using css. I'm using javafx8. If you look at ...
geekTechnique's user avatar
1 vote
3 answers
2k views

JavaFX: How to move "drop down arrow" in TitledPane to be on right

I hope everyone is doing well. I'm trying to move the drop down arrow in a TitledPane to be laid out on the right, instead of the left like it is by default. I'm using JavaFX 8, and many of the ...
geekTechnique's user avatar

15 30 50 per page