You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ Browse the full example here:
92
92
93
93
### Attributes description
94
94
List of attributes with description:
95
+
<table>
95
96
<tr><td>tbBorderWidth</td><td>Width of the border of the widget</td></tr>
96
97
<tr><td>tdOffBorderColor</td><td>Color of the width that appears with the button in state off. Used also for animations.</td></tr>
97
98
<tr><td>tbOffColor</td><td>Color of the background of the toggle when off</td></tr>
@@ -102,7 +103,7 @@ List of attributes with description:
102
103
<tr><td>tbDefaultStatus</td><td>Starting value for the toggle</td></tr>
103
104
<tr><td>tbIsMidSelectable</td><td>If false, the toggle becomes a standard two-states toggle, but can still assume the mid value if forced programmatically or set as default</td></tr>
104
105
<tr><td>tbSwipeSensitivityPixels</td><td>Number of pixels a swipe must travel to fire a toggle event. Default is 200. If set to zero, swipes are disabled</td></tr>
105
-
106
+
</table>
106
107
107
108
### new in 1.1.0
108
109
* Added swipe gesture management together with normal click
0 commit comments