Posts by henrique • 11 points
4 posts
-
0
votes4
answers312
viewsA: Limit input value with Javascript
Change the type of the html attribute to number: <input type="number" min="1" max="10">
-
0
votes0
answers97
viewsQ: Filter data from different controllers in Angular
I’m having a hard time filtering the client systems within the select. I’ll explain: I have a client To that has the system 1 and 2, have the client B that has the system 3. When selecting the…
-
0
votes1
answer1109
viewsQ: String for HTML
Good afternoon, I’m not sure if that’s the most appropriate title... I’m using Meteor and mongodb. I have 2 input, one where I type the name of the site and the other I type the site…
-
0
votes0
answers700
viewsQ: Insert image into an existing table in a word document
I have hundreds of documents and need to add a logo inside an existing table. I am using Spire.doc, someone has a light to give me? Console.WriteLine("Digite o nome: "); String nome =…