Questions tagged [checkvalidity]

Part of the HTML constraint validation API.

Part of the HTML constraint validation API.

34 questions
0
votes
0 answers

How to verify XML Signature manually without using API?

I have an XML Signature file like this : Video Game 10.29 My Name
0
votes
2 answers

emberjs input checkValidity and setCustomValidity

Is there a way to use checkValidity() setCustomValidity() within ember? For example, in my controller upon submission I have: var inpObj = this.get('name'); if (inpObj.checkValidity() == false) { alert('ok'); } and of course this is my…
Matt
  • 1,811
  • 1
  • 19
  • 30
0
votes
2 answers

Check a input field if it includes numbers and characters

Heyho guys! I have some street field which should normally includes the house number, so i want check the field if it contains characters and numbers (0-9). If both are right, the input is correct. Btw, i don't want use regex. Would be awesome, when…
CallMeBronxy
  • 75
  • 10
-1
votes
1 answer

Sf package: Close a polygon fom complex shape

Almost two weeks that my students and I are trying to find a solution on a trivial problem. We want to calculate the distance between two GPS points avoiding the coast according to this tutorial:…
CharlotteS.
  • 355
  • 1
  • 12
1 2
3