typograph-editor-documentation
    Preparing search index...

    Class Inputfiel_slider_control

    Input field for text or number input

    constructor options:

    type:string

    id:string

    width:number size of input field default is 40

    min:number minimum value default is 0

    max:value maximum value default is 100

    inputmethod:string type of event 'change' or 'input' default is 'chance'

    input_type:string type field

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • type: string
      • id: string
      • width: number = 40
      • min: number = 0
      • max: number = 100
      • unit: string = ''
      • inputmethod: string = 'change'
      • input_type: string = 'number'
      • title: string = null
      • panel: HTMLElement = null

      Returns Inputfiel_slider_control

    Properties

    active: boolean
    arrow_control: Arrow = null
    call_input_event: callbackwithInputEvent
    id: string
    input_arrow: HTMLElement = null
    input_type: string = 'number'
    inputfield: HTMLInputElement
    inputfield_call: callback
    inputmethod: string = 'change'
    max: number = 100
    min: number = 0
    panel: HTMLElement = null
    popop_slider_layer: HTMLElement = null
    popup_background: HTMLElement = null
    slider_control: Slidercontrol = null
    slider_end_call: callback = null
    slider_start_call: callback = null
    title: string = null
    type: string
    unit: string = ''
    width: number = 40

    Methods