Built-In Namespace _global_
↳ _global_
Field Attributes | Field Name and Description |
---|---|
fun
|
|
If not null, this is appended to the value and to unitLabel in the slider label.
|
|
If not null, this replaces the part "name = " in the slider label.
|
|
If not null, this is appended to the value in the slider label.
|
Method Attributes | Method Name and Description |
---|---|
minfunc(t)
|
Field Detail
fun
Defined in: jessiecode.js.
postLabel
If not null, this is appended to the value and to unitLabel in the slider label.
Possible types: string, number or function.
Defined in: options.js.
Defined in: options.js.
- See:
- JXG.Slider#suffixLabel
- JXG.Slider#unitLabel
- Default Value:
- null
suffixLabel
If not null, this replaces the part "name = " in the slider label.
Possible types: string, number or function.
Defined in: options.js.
Defined in: options.js.
- See:
- JXG.Slider#unitLabel
- JXG.Slider#postLabel
- Default Value:
- null
unitLabel
If not null, this is appended to the value in the slider label.
Possible types: string, number or function.
Defined in: options.js.
Defined in: options.js.
- See:
- JXG.Slider#suffixLabel
- JXG.Slider#postLabel
- Default Value:
- null
Method Detail
minfunc(t)
Defined in: geometry.js.
- Parameters:
- t