Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-5635

DOC: Slider field - 6 UI

XMLWordPrintable

    • UI Framework & 6.2 Ramp up 15
    • 3

      Create a page for the recently introduced slider field in Magnolia 6 UI.

      YAML definition

      sliderField:
        $type: sliderField
        defaultValue: 50
        stepSize: 5
        gridStepSize: 25
        valueFormat: PERCENTAGE
      

       valueFormat can be either NUMBER or PERCENTAGE (the % character is appended to the current value and on the grid).

      Java class definition

      https://git.magnolia-cms.com/projects/PLATFORM/repos/ui/browse/magnolia-ui-framework/src/main/java/info/magnolia/ui/field/SliderFieldDefinition.java

      More info

      https://vaadin.com/docs/v8/framework/components/components-slider.html

        Acceptance criteria

              akhamis Ashraf Khamis
              akhamis Ashraf Khamis
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR