Posts by Bruno Leite • 105 points
10 posts
-
0
votes2
answers808
viewsA: Bootstrap 4 - Modal Form close on button only
I resolved as follows. Using the call by the button. <a data-controls-modal="your_div_id" data-backdrop="static" data-keyboard="false" href="#"> Or On the page loading. $('#myModal').modal({…
-
-1
votes2
answers808
viewsQ: Bootstrap 4 - Modal Form close on button only
I have a modal that is displayed in the loading of the page with some fields, where I need it to be closed just on the exit button, but if I trigger the click outside the modal it closes. I’m using…
-
0
votes4
answers2324
viewsA: Angular 7 - Popular object on return of API service. httpClient
Thank you for all the answers, however I only manage using another method to popular my empty object. What I can’t understand, why I can’t popular my object within the subscribe, because every time…
-
0
votes1
answer1323
viewsQ: [Angular][Bootstrap] -Open and close Collapse effect with just one click
I am wanting to perform a Collapse effect at the time I change item in the slider below. When I change the item, I receive from the service, various information recharging my child component…
-
0
votes4
answers2324
viewsQ: Angular 7 - Popular object on return of API service. httpClient
Thanks in advance for your attention. I am having difficulty popular an object list returned from an API in Angular 7. My service class is returning the service data, but I can’t get popular in my…
-
2
votes0
answers29
viewsQ: Analyze Java Application Performance
I wonder if there are applications for monitoring transactions for an application made in JSF (JBOSS Server) with SQL Server database. Application is quite slow and this may be due to…
-
5
votes1
answer433
viewsQ: Automapper Entities Viewmodel
I am with a scenario where my context returns a query referring to two entities User and Cartaocreditousuario, as the following scenario below. During automapper action on my Viewmodel, is not…
-
1
votes1
answer59
viewsQ: Fluent API modeling with reference table
I would like to know how I perform the modeling of a given entity, where its reference value belongs to another table. This benchmark would be a domain table that has your credit card id s, because…
-
1
votes1
answer973
viewsQ: List of View objects for controller
I have two Customer and Address entity where the customer has multiple addresses. At the time of completing the form, the user can add two addresses in the same form and at the time of Submit, I…
-
0
votes1
answer937
viewsQ: Running SQL Server External HD Database
I am starting the construction of a web application using SQL Server and talked to my client to provide the backup of the database avoiding access to its production base, because it has no…