Questions tagged [collapsable]

212 questions
3
votes
2 answers

How can i make a list menu "collapsible"?

i have a menu with 4 main items and each one having 3 to 5 sub items.
Bruno Charters
  • 454
  • 2
  • 6
  • 14
2
votes
2 answers

Upon refreshing the screen, how am I able to keep the field visible without having to open it? The field should be visible with the user closing it

When the user is directed to the page or the page is refreshed, the football field should be visible, initially . Subsequently, the user would have the option to collapse the field if they didn't want to view it. Currently, the page opens with the…
2
votes
1 answer

How to hide Header and Footer at the same time with the Animated API in React Native

I just wonder how can I hide both Header and Footer at the same time and with the same animated value? Becouse I think I cannot use the same animated value for the animate multiple components at the same time. MY COMPONENT
Ozzie
  • 475
  • 1
  • 5
  • 20
2
votes
0 answers

react collapisble panel css issue

I'm trying to add a Collapsible in my project. The functionality works simply. But there is a CSS issue in collapsible. When I click on a header the collapsible panel opens on after all the header. I want to open the collapsible panel next to each…
Lex V
  • 1,414
  • 4
  • 17
  • 35
2
votes
2 answers

R shiny collapsible sidebar

I have created the following application template in R shiny : library(shiny) library(shinyjs) ui <- fluidPage( useShinyjs(), navbarPage("",actionButton("toggleSidebar", "toggle", icon = icon("database")), tabPanel("tab", …
2
votes
1 answer

Collapsable print_r() tree with PHP 7 (w/o preg_replace() and /e)

In order to print_r a collapsable tree, I'm currently using his code which uses preg_replace() and the /e modifier, which is depreciated in PHP7:
2
votes
2 answers

Hiding button after collapse is toggled using Javascript

I'm trying to hide the "collapsible" button after it is being pressed. activities.html: Controller.js: var coll = document.getElementsByClassName("collapsible"); var…
2
votes
2 answers

Collapsible div - expand and collapse

Help please! I'm creating a FAQs webpage where theres approx 50 questions. Therefore, I'm using collapsible divs so that the page isn't too long. Below is the code I've used so far. I'm wondering if its possible to have a hyperlink (e.g.…
R Hynes
  • 29
  • 1
  • 2
2
votes
1 answer

JXCollapsiblePane with JXMultiSplitPane

I have a user interface that uses a JXMultiSplitPane to display multiple components. However, I would like some of the panes to be collapsible. I thought about how I might use a JXCollapsiblePane here, but I can't figure out a good way to have the…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
2
votes
1 answer

Collapsable List seems to be preventing menu list from working

I am trying to work on my program's website. I put in a collapsable list on one of my pages. The top of my pages has a menu to go everywhere on the website. However, on the pages where I put in the collapsable, the menu dropdowns don't work. Can…
CoachC
  • 21
  • 1
2
votes
2 answers

Collapsable HTML5 works in FF and Chrome, but not in IE and Edge

The standard collapsable HTML5 semantic markup and work finally flawlessly in FireFox and Chrome, but not in IE and Edge. Any ideas how to fix this with (a tiny bit of light code) for IE and Edge? jQuery 3.x is already loaded in…
Sam
  • 15,254
  • 25
  • 90
  • 145
2
votes
1 answer

Win32 (C++) :- How to make a list item collapsible

I have a listbox in which multiple list items are there. I want to implement something like if we click on the list item, it will collapse and show the summary of the clicked item: I have been searching this on the web for quite sometime but…
2
votes
0 answers

Multiple Collapsible divs bootstrap

I am creating a gallery with albums in Bootstrap 3.3.6. The albums consist of an album cover which reveals or hides the album pics inside a collapsible
. Collapsible
is also accordion style. I have 2 layouts for mobile and desktop…
2
votes
1 answer

Hover and focus not working on mobile dropdown menu options

On mobile here, I have a dropdown menu that comes down with some options in it. I would like these links to change color to grey when one "hovers" on it with the thumb on the phone. I haven't managed though I have tried several options as you can…
Fidelio
  • 174
  • 12
2
votes
0 answers

Change arrow icon direction on blacklight facets with bootstrap 3 css

I'm trying to add arrow icons that change direction as the blacklight search facet collapses and reopens like here: http://www.bootply.com/88286 The icon appears but does not change when collapsed. Below is the partial for each facet group or…
1 2
3
14 15