Questions tagged [collapsable]

203 questions
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
  • 165
  • 1
  • 11
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…
Leya Varghese
  • 1,158
  • 3
  • 10
  • 20
2
votes
1 answer

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
1 answer

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
  • 53,386
  • 69
  • 224
  • 390
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
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…
Nockingam
  • 153
  • 10
2
votes
1 answer

Export or Download d3.js sunburst / collapsible tree charts as pdf file

I need to download my d3.js collapsible tree chart and sunburst chart as PDF file . I tried using jspdf.plugin.svgToPdf plugin but it doesnt work. Could someone guide me in downloading the charts as pdf ? My source code for collapsible …
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…
2
votes
3 answers

Collapsible navigation Drawer items

I'm looking for a way to implement a Collapsible navigation Drawer items. later the Items and there Sub-Items will be dynamically loaded at the start of the app but for the beginning I would be happy if I get an Item with some sub-Items. could…
globus243
  • 533
  • 1
  • 12
  • 25
2
votes
1 answer

jquery treeview plugin change link behavior (avoid collapse)

I am using the jQuery Treeview plugin. Have a look to the "Sample 1 - default" provided on the demo page of the plugin http://jquery.bassistance.de/treeview/demo/. In my case all folders and files are links. If I click for example on the expanded…
1 2
3
13 14