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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,17 @@
2
2
3
3
Custom Web Control made for WinCC Unified
4
4
5
-
**CONTENT**
5
+
### 1. CONTENT
6
6
7
7
HTML select element
8
8
9
-
**INTERFACE**
9
+
### 2. INTERFACE
10
10
11
-
-rows : List of elemnent to show in the drop down list (ex. [["element1"],["element2"],["element3"]])
11
+
-**rows** : List of elemnent to show in the drop down list (ex. [["element1"],["element2"],["element3"]])
12
12
13
-
-current : Element shown by default once the obcject is loaded !! This will not trigger any events !!
13
+
-**current** : Element shown by default once the obcject is loaded !! This will not trigger any events !!
14
14
15
-
-fontSize : Size of the font for the element
15
+
-**fontSize** : Size of the font for the element
16
+
### 3. EVENTS
16
17
17
-
**EVENTS**
18
-
19
-
-ev_selectElement : This event is triggered every time the user change the selected item, as a result in the "rowId" you will find the selected item
18
+
-**ev_selectElement** : This event is triggered every time the user change the selected item, as a result in the "rowId" you will find the selected item
0 commit comments