pencil icon indicating copy to clipboard operation
pencil copied to clipboard

Add Drop-down hyperlink combo

Open prkos opened this issue 4 years ago • 1 comments

  • Operating system: Ubuntu 19.10
  • Pencil version: 3.0.1

If the website I'm developing is meant to have drop-down navigation it's difficult to test user paths directly using Pencil prototype because I can only build and link the first-level items.

Adding a combo dropdown where each option is clickable to Basic Web Elements would solve the problem.

The combo dropdown would act as a button you can style, on-click it should present all the options, in a floating box below the combo item. Each option should be a usual hyperlink, when you select it you can edit the hyperlink. Inside the floating box there could be "Add another" button to add more Hyperlinks. Initially when presenting the floating box you see one Hyperlink already there and focused, and the "Add another" button.

When exporting include simple CSS that makes the dropdown appear below its parent item. When exporting to "static" formats don't show the options at all, only show the main combo item.

prkos avatar Aug 12 '20 02:08 prkos

@prkos if you use manage collections in the shapes selection menu and install from repository the "generic wireframes" collection there's a set of menu objects some way down that I think work in the way you describe. They might be the wrong formatting for you but is that what you mean?

mikedlr avatar Oct 01 '20 11:10 mikedlr