Posts by Isa • 1,103 points
71 posts
-
4
votes1
answer1072
viewsQ: Confirmation dialog box using angular
How do I stop instead of calling this default browser Alert(addition confirmation) to call a screen set by me? or manipulate this Alert and be able to apply css.…
-
1
votes0
answers365
viewsQ: Force F5 on page
My problem: I register information through a modal dialog, when I click save, this information does not automatically list in the listing in IE, but in Chrome works normally. In IE I need to give a…
javascriptasked Isa 1,103 -
2
votes2
answers5057
viewsQ: Date angle filter with mask 'dd/MM/yyyy HH:mm:ss'
I’m applying a filter on my page, it was working perfectly, only when I applied the mask to stay in the format dd/MM/yyyy HH:mm:ss he stopped filtering correctly, he understands that there is…
-
1
votes2
answers1554
viewsQ: Date mask with time
How do I Mask a text input with the format xx/xx/xxxx xx:xx:xx using angular? It would be the day, month, year, hour, minute and seconds. <div class="form-group filtro"> <label class=""…
-
0
votes1
answer35
viewsQ: Glyphicons go missing in the IE 10
I’m having the following problem, I’m using the bootstrap Glyphicons. When I try on Chrome or firefox, they work perfectly. But in IE10 they keep disappearing, sometimes only appear passing the…
-
2
votes1
answer2247
viewsQ: Dynamic table with angular
I’m trying to make a dynamic table, where it will work as follows: - they will have 2 input fields type text, one for the text value of the row and one for the column, each with an "add" button; -…
-
4
votes2
answers6058
viewsQ: How do I clean fields with angular?
I want to be able to clear the fields after Submit and also apply the action at other times, for example when clicking the "back" button used delete $scope.NomedaNgModel; But he doesn’t clean…
-
2
votes2
answers1768
viewsQ: How to take angular typed data and save to an object array?
Using Angular, how could I get the typed data from a input and then save the data into an array of objects?
-
0
votes1
answer236
viewsQ: how to replicate dynamic table
how do I load exactly the same structure I create on another screen? Next, I have this sign-up screen where clicking the "+" button will add text type inputs (as per code attached) My problem is…
-
1
votes1
answer112
viewsQ: How to upload this created data to an edit screen
Next, I have this sign-up screen where clicking the "+" button will add text type inputs (as an attachment code) My problem is that this creation is dynamic, one can add either 1, or 2,3,4.. or N.…
-
3
votes2
answers123
viewsQ: Filter example in Angular 1
I’m trying to apply a filter with angle 1 But I’m only getting one field. How can I make a filter that can search for more fields? In my case will have a filter with 5 types of fields.
-
1
votes1
answer52
viewsQ: how to force one dialog box to be above the other?
I have a dialog box that calls a 2, only this 2 needs to stay above the 1 how do I force this via javascript? or any other way, except z-index that I tried and is not going.
-
1
votes1
answer532
viewsQ: Add buttons in table rows
I’m using: https://www.dynatable.com/ and with it I am able to create the table and upload the json data. The problem is that I can’t add another column with the edit and delete actions, for…
-
3
votes3
answers7189
viewsQ: "import" header and footer on all pages
I am making some html/css/javascript pages and all will have the same header and footer, I would like to know how to make the import without repeating all the code. Java server. But you can do it in…
-
1
votes1
answer673
viewsQ: How to Integrate Frontend with Java?
I’m a beginner in frontend. I’m making a system using html, bootstrap, javascript and jquery. I’ll have to make the integration with the java. I would like some guidance because I don’t know where…
-
2
votes1
answer1265
viewsQ: Delete dynamic table row via button in dialog box
As I delete a row from a dynamic table through a confirmation dialog box (modal)? So far I can delete only by directly using the delete button from the row itself in the table, but I wish there was…
-
2
votes3
answers2922
viewsQ: Dynamic table with addition of rows and columns
Is it possible to create a dynamic table with the addition of rows and columns? According to the picture, the situation is: - Starts a table with 3 columns and a row; - Whereas the first line and…
-
1
votes2
answers560
viewsQ: Pick up selected textContent from the combobox with javascript
I’m trying to get the textContent of the combo at the time I click the Save button, so that it assembles a table with the input text and the selected combo values. Example of html: <div…
-
0
votes1
answer46
viewsQ: Click working wrong
I have that code: function loadEditLabel() { // Salva o novo input saindo do campo ou apertando enter $('[contenteditable="true"]').focus().select().keydown(function(event) { if (event.key ==…
-
2
votes2
answers178
viewsQ: How to make editable radiobutton?
Next, I will have to add radiobuttons dynamically, in that they will have to be able to write. They come as label ne? I needed to be able to edit this label, it could be a text too, the important…
-
0
votes0
answers371
viewsQ: View the json file in HTML with jquery or javascript only
Hi, I’m having a hard time solving my problem. It is as follows: i have an HTML page and a file . json i need to bring this json file in my html page using jquery or javascript I really wanted to…