Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

workarea-filter_dropdowns

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workarea-filter_dropdowns

  • 3.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Workarea Filter Dropdowns

Filter Dropdowns plugin for the Workarea Commerce platform.

Using Workarea Filter Dropdowns

This gem packages up the workarea-accordions gem and includes a JS config preset to utilize jQuery UI's accordion functionality to the browse filters into dropdown menus. Other elements may be converted into dropdowns by applying the same accordion preset data attribute value, but they will have to match the relavent markup from the browse filters. Or the config will need to be customized. See https://jqueryui.com/accordion/ for jQuery UI Accordion documentation.

Simply add a data attribute to .result-filters element like this:

.result-filters{ data: { accordion: { presetConfig: 'filtersAccordionOptions' }.to_json } }

Along with the filtersAccordionOptions preset configuration, there is a filtersAccordionOptionsActive config that will default the dropdown to open. This version of the gem also includes a helper method, contains_selected_filter? to help you conditionally apply the appropriate preset configuration based on the presence of any selected filters.

.result-filters{ data: { accordion: { presetConfig: contains_selected_filter?(name) ? 'filtersAccordionOptionsActive' : 'filtersAccordionOptions' }.to_json } }

Workarea Platform Documentation

See https://developer.workarea.com for Workarea platform documentation.

Workarea Commerce Platform is released under the Business Software License

FAQs

Package last updated on 03 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc