Posts by bruno henrique • 46 points
3 posts
-
2
votes2
answers190
viewsA: How to disable required when your input is not visible
I managed to do it this way: Checking the checkbox will show the corresponding div. Inside Javascript I check every checkbox that has been checked, if a checkbox has been checked I enter the…
-
0
votes2
answers396
viewsA: Use LIMIT in a Datatable
Good afternoon, Ctjr_tecnico, I’m also new here, but if I understand correctly, in my pages, when I want to limit the amount of record I want to show in Datatable, I put this line: iDisplayLength:…
-
1
votes3
answers455
viewsQ: Show or hide an image in Android Studio
I’m making an app that reads a value in case (on or off). Based on this value it returns an image. If the value was "lit", the application would show me an image of a lamp on, and if the value was…