Questions tagged [collapsable]

212 questions
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
  • 710
  • 1
  • 15
  • 31
2
votes
1 answer

place jquery mobile checkbox on collapsible header

I would really appreciate if somebody could help me. I am trying place a collapsible block with jQuery mobile 1.2 Now I have the problem that I want to have an checkbox inside a collapsible header and i placed but when I click on the checkbox the…
sunwebsite
  • 31
  • 6
2
votes
2 answers

CSS about pure css collapsible menu

I wonder is there any good example of pure css only collapsible menu This is an example of it http://cssdeck.com/labs/pure-css-tree-menu The example uses input:checked as the trigger to change children from display:none to display:block This is…
Micah
  • 4,254
  • 8
  • 30
  • 38
1
vote
1 answer

JQ Mobile Collapsible - want to do something when collapsible expands..cant figure out how to fire it

I have several pages with multiple collapsibles on them. When one is expanded, I want to close all the others. I have read that I need to use .trigger('expand') and .trigger('collapse') to dynamically open and shut... BUT HOW do I fire an event…
Todd Vance
  • 4,627
  • 7
  • 46
  • 66
1
vote
1 answer

margin issue in chrome

I am using megamenu to create a three column menu that generates flyouts to the right when each column gets past 10 items. the flyout "leaf" classes are added dynamically by javascript. the second column starts at this li #10 as there are 10 to each…
Alex Borsody
  • 1,908
  • 9
  • 40
  • 74
1
vote
1 answer

Collapsable autocomplete

How do i implement collapsable autocomplete in Jquery. I have a group and a group can have zero or many items. How do i implement this in Jquery. Thanks
Greens
  • 3,061
  • 11
  • 43
  • 61
1
vote
1 answer

How to get working both collapsible button element and image area highlight on mouseover

I would like to have both collapsible button element and image area highlight on mouseover element on my webpage. I can get both working separately but not together. The script below does not work; somehow the collapsible button element kills the…
JanneI
  • 63
  • 5
1
vote
0 answers

Cocoa Collapsible Panel UI Design

I'm trying to develop an interface on XCode 3.2.6 with Interface Builder. I'm planing to design an UI with collapsible panels like image below: http://i1-win.softpedia-static.com/screenshots/TexturePacker_1.png In this sample, there is 3 panels seen…
bateristt
  • 176
  • 15
1
vote
0 answers

How to "warm up" Jetpack Compose before showing UI?

I have implemented collapsible appbar using Jetpack Compose and encounter performance drop at the app start moment. Here is my screen: @Composable private fun PerformanceTestScreen() { val state = rememberCollapsingToolbarScaffoldState() …
1
vote
1 answer

Collapsible Icon/Content Color Change on Hover

I'm working on 'collapsible' content (a FAQ dropdown). On the pre-clicked 'button' I have a 'plus' icon (the icon turns to a 'negative' icon after the button is pressed). What I would like is for the pre-clicked button 'plus' icon to change colors…
1
vote
1 answer

Collapsible text under title

I am trying to make a text collapsible when I press the word 'Abstract' in my webpage, https://rubencioak.github.io/research.html, I thought the following code was going to be enough:
  1. Free-riding in Collective…

1
vote
1 answer

Android custom expandable/collapsable view with child elements

I am working on a custom expandable view in android. The goal is that I can add child elements in the xml files and they will be expanded and collapsed when the user clicks the expand/collapse button as on the picture below. The…
dagoston93
  • 57
  • 8
1
vote
1 answer

Collapsible is open when page loads

I installed Disqus as a plugin for a test webpage, which is supposed to go on individual posts. Because of this, I made a collapsible with a button that says "Show comments", so that I can hide the plugin when the page loads, but you can see…
mellojello
  • 11
  • 2
1
vote
2 answers

How can I make a collapsible panel in Xamarin.Forms?

Is there a way to make collapsible panels in Xamarin.Forms without purchasing it? I think, a template in a listview would not do, as the content of the panels will be different. I realize I can just make elements ivisible/visible, but if there is…
David Shochet
  • 5,035
  • 11
  • 57
  • 105
1
vote
2 answers

Bootstrap collapsable not working in my template

I am trying to add a collapsible section on my page using bootstrap. The goal would be to have the table of objects shown after the button is clicked. However, at the moment not even the example on the Bootstrap website is working. The problem part…
Andrei
  • 59
  • 1
  • 9