Posts by Paulo Spiguel • 25 points
3 posts
-
1
votes1
answer83
viewsQ: Get value of Children and props in React
I need to get the children of a component and also its props. Someone knows how to do it? Example: <ElementPai value="text1" title="text2" colletion={valorArray}> <ElementFilho1/>…
-
0
votes1
answer57
viewsQ: Enable field when page loading if input is filled with specific word
I have a registration form that when clicking on document type, if "RG" has a function in JS that shows a field that is defined in css as style="display: None". However when loading from the base…
-
0
votes1
answer398
viewsQ: Read xml in VB.net
I’d like to read the line tag version="1.0.1.0" and store in a variable in Vb.Net? <?xml version="1.0" encoding="utf-8"?> <Feed> <Tasks> <FileUpdateTask hotswap="false"…