|
|
@@ -82,11 +82,11 @@ class Wview_vx extends Component<Props> {
|
|
82
|
82
|
}
|
|
83
|
83
|
render(){
|
|
84
|
84
|
tglob_au.run_dev_cbs("render_vvx",{that:this,args:arguments,a:"z?"})
|
|
85
|
|
-
|
|
|
85
|
+
|
|
86
|
86
|
// clog("VVX:")
|
|
87
|
87
|
return (
|
|
88
|
|
- <View>
|
|
89
|
|
- <Text>Wview_vx</Text>
|
|
|
88
|
+ <View style={this.props.vx_v}>
|
|
|
89
|
+ <Text style={this.props.vx_tx} >Wview_vx</Text>
|
|
90
|
90
|
</View>
|
|
91
|
91
|
)
|
|
92
|
92
|
}
|
|
|
@@ -197,6 +197,8 @@ injectedJs =`
|
|
197
|
197
|
// <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
|
|
198
|
198
|
// {t('polls.create.create')}
|
|
199
|
199
|
// <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
|
|
|
200
|
+ // vx_v
|
|
|
201
|
+// vx_tx
|
|
200
|
202
|
return (
|
|
201
|
203
|
<View style = { wv0_styles_dev.v1 || {} }>
|
|
202
|
204
|
|
|
|
@@ -204,7 +206,10 @@ injectedJs =`
|
|
204
|
206
|
>
|
|
205
|
207
|
Z??
|
|
206
|
208
|
</Text>
|
|
207
|
|
- <Wview_vx style = { wv0_styles_dev.vvx || {} }></Wview_vx>
|
|
|
209
|
+ <Wview_vx
|
|
|
210
|
+ vx_tx = { wv0_styles_dev.vx_tx || {} }
|
|
|
211
|
+ vx_v = { wv0_styles_dev.vx_v || {} }
|
|
|
212
|
+ ></Wview_vx>
|
|
208
|
213
|
|
|
209
|
214
|
|
|
210
|
215
|
|