Native Slider
Content Type: Widget
Categories: Utility,User Interface,Mobile
Overview
The Mendix Native Slider Widget offers enhanced customization and functionality to meet diverse application needs. With options for single-way and two-way sliders, as well as extensive styling capabilities, this widget is a versatile addition to your Mendix project.
Documentation
Typical usage scenario
This widget extends the native capabilities of the standard Mendix slider by adding enhanced styling features and support for both single-way and two-way sliders. With this widget, you can customize the track and marker styles to match your application's design requirements seamlessly.
Single-Way Slider
To use the widget as a single-way slider:
- Drag the widget onto your desired page.
- Set the properties for minimum value, maximum value, step and initial value attribute.
- Customize the track and marker styles as needed.
Two-Way Slider
For a two-way slider:
- Drag the widget onto your page.
- Set the properties for minimum value, maximum value, step and initial range (two values).
- Customize the track and marker styles to match your design.
Features and limitations
- Track Styling: Customize the appearance of the slider track, including color, thickness, and background.
- Marker Styling: Style the slider markers with custom colors, shapes, and sizes.
- One-Way Slider: Standard single-value slider functionality.
- Two-Way Slider: Allows for a range selection between two values.
Dependencies [optional]
No Dependencies
Installation [optional]
- Download the widget package from the Mendix Marketplace or your distribution source.
- Open your Mendix project in Studio Pro.
- Import the widget package into your project.
- Drag and drop the Native Slider Widget onto your page.
Releases
Version: 1.0.1
Framework Version: 10.12.0
Release Notes: Decimal Attributes selection is available styling for label for dark/light mode added.
Version: 1.0.0
Framework Version: 10.0.0
Release Notes: First Release