149 questions
0
votes
1
answer
100
views
By excel vba adding checkmarks to each options selected in a multi-select datavalidation dropdown list
By the following vba excel code which I found on the internet, I can select more than one option within a cell from the dv dropdown list at the same time. What I am trying to do is to add a checkmark ...
1
vote
1
answer
493
views
How do I add a checkmark on my form fields?
I'll start with a confession; I'm very new with HTML and CSS. Nonetheless, I haven gotten the task from work to customise and optimise the Microsoft Dynamics forms with HTML and CSS.
The request is to ...
0
votes
0
answers
167
views
Checkmarks - user input from element toByteArray
Getting the below exception in the checkmarks,
Method update at line 108 of com.ibm.vch.vch-*\UpdateServiceImpl.java gets user input from element toByteArray . This element’s value flows through the ...
3
votes
1
answer
1k
views
mPDF (PHP) does not recognize html check mark
I am showing a table in HTML on my web page where a check mark is shown properly (I am using ✔ for the bold check mark).
I am using classic-asp to display the HTML. The html buildup (...
0
votes
1
answer
279
views
How to delete (reset) all selected multiple checkmarks?
I have a tableView with a multiple selection with accessoryType checkmarks.
Then i have a „Reset All“ Button in the Navigation Bar. I want to clear (remove/reset) ALL checkmarks with this Button.
...
0
votes
1
answer
3k
views
Improper Resource Access Authorization error in checkmarx when reading a property
Checkmarx report is showing Improper Resource Access Authorization for the following line.
String endPoint=prop.getProperty("endpoint");
As mentioned in this answer, I have added access ...
0
votes
3
answers
2k
views
Checkbox input can't be unchecked in mobile view on chrome [duplicate]
Once I check the checkmark box I am not able to uncheck it when I am on mobile view in chrome and when I change to desktop the checkmark does not even stay and I am not able to check the box at all.
...
0
votes
0
answers
93
views
how to disable other rows when select one of them in tableview?
I want to select only specific section, means suppose section 1 row is selected and if if I select section 2's any row then remove section 1 row.
and how can I get row value from var ...
0
votes
0
answers
188
views
Tring to display a checkmark("✓") in a html report from a jsp page
I am trying to display checkmark in a html page from jsp file. But it is displaying as '?'
I added '<%@ page contentType="text/html; charset=UTF-8" %>' to jsp page, but no luck,
Action ...
1
vote
1
answer
9k
views
Checkmarx: Unsafe object binding
We are using Java Spring framework. We have an endpoint for passing email object.
@RequestMapping(method = RequestMethod.POST, path = "/api/messaging/v1/emailMessages/actions/send")
...
4
votes
1
answer
3k
views
How to put checkmark when Menu item selected SwiftUI
Im trying to put checkmark when menu item selected.I tried give a @State var selectedSort : Int = .zero and give id(selectedSort) but It didn't work. How can I solve this problem ?
This is my code;
...
1
vote
0
answers
378
views
How to position the checkmark in the center of the checkbox?
I'm struggling with the position of my checkmark from my checkboxes.
This is the code for the checkbox:
/* Style the tick */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
...
0
votes
1
answer
265
views
Using a checkmark to add value to a cell
im trying to create a macro for adding text to a field
i want when i click the checkmark to add a specific text to a case
i have 8 checkbox each one will add a different text to the same case
right ...
0
votes
1
answer
1k
views
Getting DOM xss attack for input value
I have a class named eHelpDhtm.js, when I am scanning my whole project through checkmark, I am able to see vulnerability related to DOM XSS attack.
I am getting below DOM XSS attack issue:
Method ...
0
votes
1
answer
78
views
Swift: Trouble with Accessories
in my project I was just adding this line of code to add a little checkmark next to the cell that the user selects. (In did select row at function)
let currentCell = tblView.cellForRow(at: ...