Bläddra i källkod

auto commit

app
jfinn 3 år sedan
förälder
incheckning
a132d1a5ea
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      mdev/wv0.native.js

+ 1
- 2
mdev/wv0.native.js Visa fil

96
 
96
 
97
 
97
 
98
                          // color = { wv0_styles_dev.vb1_color || "#00ffffff" }
98
                          // color = { wv0_styles_dev.vb1_color || "#00ffffff" }
99
+                         // onPress = {fncb_only("vbx_press").fn.bind(this)}
99
         return (
100
         return (
100
                         <View style={wview_btns.style_v0 || {}}>
101
                         <View style={wview_btns.style_v0 || {}}>
101
             <Button prop_id = "b1"
102
             <Button prop_id = "b1"
102
                          style = { wview_btns.style_b1 || {}} 
103
                          style = { wview_btns.style_b1 || {}} 
103
-                         onPress = {fncb_only("vbx_press").fn.bind(this)}
104
                          >
104
                          >
105
              {wview_btns.b1_txt  || "udef"}
105
              {wview_btns.b1_txt  || "udef"}
106
              </Button>
106
              </Button>
107
 
107
 
108
             <Button prop_id = "b2"
108
             <Button prop_id = "b2"
109
                          style = { wview_btns.style_b2 || {}} 
109
                          style = { wview_btns.style_b2 || {}} 
110
-                         onPress = {fncb_only("vbx_press").fn.bind(this)}
111
                          >
110
                          >
112
              {wview_btns.b2_txt  || "udef"}
111
              {wview_btns.b2_txt  || "udef"}
113
              </Button>
112
              </Button>

Laddar…
Avbryt
Spara