Questions tagged as 'checkbox'

1
answer

Print only selected records in the checkbox

I have the following table, but I'm not sure how to use the checkbox, how do I print only the selected checkboxes? And as he is inside the table he is appearing in the print, how to make it not appear too. <table class='datatable table ta...
asked by 27.07.2016 / 23:49
2
answers

Checkbox - how to check if at least 1 cbx was selected

Hello, I have a set of 8 checkBoxs. Does anyone know how I can check if at least 1 of them has been selected? Thank you     
asked by 02.12.2016 / 19:55
3
answers

insert multiple records checkbox mysql

I'm trying to insert information into multiple checkbox information at once, for example a news item is related to more than one category, so I just select the categories and save, but this is giving this error, Notice: Array to string convers...
asked by 15.07.2016 / 03:51
1
answer

HTML - Custom checkbox put picture and remove icon from checkbox

Good evening, is it possible to put an image in the checkbox? is it possible to make this image change when the checkbox is selected, make this image change when the mouse goes over it and make it back to normal when the checkbox goes unselected...
asked by 28.06.2016 / 07:47
1
answer

Start all CheckBoxes of a selected JTree

I would like to know how I could do to start the class already with all checkboxes checked, I found this class and I used: package CustonComponents; import java.awt.BorderLayout; import java.awt.Component; import java.awt.event.MouseEvent; im...
asked by 01.07.2016 / 16:21
1
answer

Multiple print with checkbox

I have a page where the bank data is ready, I created an option so that it can print a "wallet" with details of the record but only for the selected line. The problem is that it only prints one by one wasting paper. I need to create an option...
asked by 15.12.2016 / 15:17
1
answer

Show only selected checkboxes

Hello, I would like to know how I can do to when clicking on the completed task button it just present me the selected tasks in the list. Done Tasks button: <div class="form-group col-xs-3"> <button class="btn btn-warning btn-b...
asked by 26.10.2015 / 04:50
1
answer

Counting and accessing checked checkboxes

I need to count checked checkboxes that are in a panel and are horizontal. It's Windows form, C #. I could not format a listbox for horizontal, so it's in a panel myself. But I would like to count them and access them with a bond. I tried concat...
asked by 04.06.2015 / 22:08
1
answer

Limit jQuery checkbox

I'm creating a system where the bank's ready images and below each image has a checkbox, all this inside a for to get the images of the bank, wanted a function to be able to limit the amount of checkbox ie photos that the user can select, I'm us...
asked by 30.04.2015 / 15:45
1
answer

How to separate tables in the same HTML that uses JavaScript and display the result in boxes

How to separate tables in the same HTML that uses JavaScript and display the result in different boxes? <HTML> <HEAD> <TITLE> Teste </TITLE> </HEAD> <BODY> <table border='2'...
asked by 09.11.2014 / 14:42