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