jfinn 3 anni fa
parent
commit
54ece703d3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      mdev/wv0.native.js

+ 2
- 2
mdev/wv0.native.js Vedi File

115
             <Button_v2 
115
             <Button_v2 
116
             prop_id = "b1"
116
             prop_id = "b1"
117
                          style = { wview_btns.style_b1 || {}} 
117
                          style = { wview_btns.style_b1 || {}} 
118
-                         onPress = {fncb_only_v2("vbx_press")}
118
+                         onPress = {fncb_only_v2("vbx_press",{wvt:this})}
119
                          >
119
                          >
120
              {wview_btns.b1_txt  || "udef1"}
120
              {wview_btns.b1_txt  || "udef1"}
121
              </Button_v2>
121
              </Button_v2>
123
             <Button_v2 
123
             <Button_v2 
124
             prop_id = "b2"
124
             prop_id = "b2"
125
                          style = { wview_btns.style_b2 || {}} 
125
                          style = { wview_btns.style_b2 || {}} 
126
-                         onPress = {fncb_only_v2("vbx_press")}
126
+                         onPress = {fncb_only_v2("vbx_press",{wvt:this})}
127
                          >
127
                          >
128
              {wview_btns.b2_txt  || "udef2"}
128
              {wview_btns.b2_txt  || "udef2"}
129
              </Button_v2>
129
              </Button_v2>

Loading…
Annulla
Salva