question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request: Collapsible button (like accordion) as a type of rendermode for paneldynamic

See original GitHub issue

Are you requesting a feature, reporting a bug or ask a question?

Requesting a Feature.

What is the current behavior?

The rendermode property of paneldynamic currently has options list and progressbar.

What is the expected behavior?

I would like to use multiple collapsible buttons to achieve the same.

<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">
        Employee 1</a>
  <div id="collapse1" class="panel-collapse collapse in">
        Employee Details
  </div>

For example, in this code, instead of progress bars on page 2 i would like to use collapsible buttons https://jsfiddle.net/surveyjs/xdomvzxz/?utm_source=website&utm_medium=embed&utm_campaign=xdomvzxz

Specify your

  • browser: Chrome
  • browser version: 64.0.3282.119
  • surveyjs platform (angular or react or jquery or knockout or vue):jquery
  • surveyjs version: 1.0.10

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
andrewtelnovcommented, Mar 16, 2018
0reactions
testweird123commented, Mar 16, 2018

Thanks a lot!! Closing it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Collapsible button (like accordion) as a type of rendermode for ...
The rendermode property of paneldynamic currently has options list and progressbar. What is the expected behavior? I would like to use multiple ...
Read more >
Collapse - Bootstrap
The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific...
Read more >
Accordion - Reach UI
An accordion is a vertically stacked group of collapsible sections. An accordion is composed of grouped buttons and panels. When a user selects...
Read more >
jQuery UI Accordion Expand/Collapse All - Stack Overflow
Using accordion is appropriate since I usually do only want one panel open at a time. However, I need to offer an "Expand...
Read more >
Accessible Accordion - examples and best practices - Aditus
Accordion widgets require some accessibility considerations to make them useful for ... You might recognise this pattern by other names, such as collapsible...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found