Difference between revisions of "Slider"

From Lianjapedia
Jump to: navigation, search
(Events)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
====Description====
 
====Description====
[[{{ns:file}}:slider_videoplayer.png|link={{filepath:slider_videoplayer.png}}|Slider]]
+
Shown below in a standalone [[Form]].  Click the image to see in a [[Custom_Sections_and_Gadgets|Custom Section]] in a Lianja [[Page Attributes|Page]].
 +
 
 +
[[{{ns:file}}:slider_videoplayer.png|link={{filepath:slider_videoplayer_cs.png}}|Slider]]
  
 
Sliders are vertical or horizontal numeric slider controls with minimum and maximum values and optional tick marks.
 
Sliders are vertical or horizontal numeric slider controls with minimum and maximum values and optional tick marks.
Line 71: Line 73:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
+
|-
 +
|InteractiveChange||None||Occurs when the slider value changes
 
|}
 
|}
 +
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]

Latest revision as of 23:51, 9 May 2024

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.

Slider

Sliders are vertical or horizontal numeric slider controls with minimum and maximum values and optional tick marks.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Maximum RW Numeric Maximum value.
Minimum RW Numeric Minimum value.
Orientation RW Numeric Orientation: 0 = horizontal, 1 = vertical.
TickInterval RW Numeric Ticks are displayed at this interval between the minimum and maximum values.
TickPosition RW Character Ticks are displayed at this position: None, Above, Below, Left, Right, BothSides.
Value RW Numeric Value.

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset slider Value to the Minimum value

Events

This class supports the Common Events plus the following:

Event Args Description
InteractiveChange None Occurs when the slider value changes