Posts by Cristiano • 23 points
2 posts
-
0
votes1
answer62
viewsA: Generating new table rows with different textarea Names
function addLinha() { //Recupera a tabela onde serão adicionado as linhas var table = document.getElementById("myTable"); //recupera a…
-
2
votes2
answers1138
viewsQ: Recover Edittext from Fragments in Activity
I have an Activity with Actionbar and three Tabs, in each Tab is loaded a different Fragment and in each Fragment of this I have a form. When you finish filling the three forms, when you tap the…