|
@@ -108,6 +108,7 @@ class Wview_btns extends Component<Props> {
|
108
|
108
|
<Button_v2
|
109
|
109
|
prop_id = "b1"
|
110
|
110
|
style = { wview_btns.style_b1 || {}}
|
|
111
|
+ onPress = {fncb_only("vbx_press").fn.bind(this)}
|
111
|
112
|
>
|
112
|
113
|
{wview_btns.b1_txt || "udef"}
|
113
|
114
|
</Button_v2>
|
|
@@ -115,6 +116,7 @@ class Wview_btns extends Component<Props> {
|
115
|
116
|
<Button_v2
|
116
|
117
|
prop_id = "b2"
|
117
|
118
|
style = { wview_btns.style_b2 || {}}
|
|
119
|
+ onPress = {fncb_only("vbx_press").fn.bind(this)}
|
118
|
120
|
>
|
119
|
121
|
{wview_btns.b2_txt || "udef"}
|
120
|
122
|
</Button_v2>
|