All Questions

1
answer

Multiplication and sum of dynamic inputs

Note: Developed with Laravel 5.7. Note 2: This is the "New Order" view. The form will dynamically receive the products according to their previously registered items. Until then, okay! The user will bookmark the product and enter the desi...
asked on 13.12.2018 / 15:25
3
answers

How to use emails in Azure?

I placed one of my sites on Azure. Is there no email service? I've been able to fire e-mails from external servers, but I want to create and use one in the same domain that is in Azure. How do I solve this problem?     
asked on 31.01.2014 / 18:58
1
answer

Insert array in bank with Laravel

I have a form that returns an array with the values: Número: {{Form::text('tel[]')}} Proprietário: {{Form::select('proprietario[]',['Aluno'=>'Aluno','Pai'=>'Pai'])}} Tipo: {{Form::select('tipo[]'['Pessoal'=>'Pessoal', 'Comercial'=>...
asked on 02.12.2015 / 13:03
1
answer

Array always receiving the same value [Loop in two arrays simultaneously]

My program traverses an image and assigns the color values R, G, B to variables that were compared to matrices containing the R, G, B colors of asphalt and earth called auxAsfalto and auxTerra . The question is: when I run the i...
asked on 02.01.2019 / 13:44
2
answers

jqGrid does not call the blockUI method without using window.setTimeOut when the ajax request fails

I'm using jqGrid 4.54 in my project and I want to put a message blocking the whole screen with the blockUI in> when my AJAX request encounters an error on the server as error 500. I know that 2.66.0 does not work with synchronous A...
asked on 29.01.2014 / 14:02
3
answers

Reload after update

I am making a status change in my database using $.getJSON , it works, but in return I need to update the div where the data is and I am not able to perform this task, see the code below: / p> <script> $(function(){...
asked on 03.02.2014 / 19:02
1
answer

How to align text in the center of a card?

I'm looking for a way to align the text of the card component in ionic. How to do this? <div class="card"> <div class="item item-image"> <img ng-src={{imagem}} id="smallimage"> </div>...
asked on 14.12.2015 / 05:26
1
answer

Add "thead" to a table created with createElement

I have the following code, which creates a table, using createElement() : var context = document.createElement('table'); var row; context.className = 'table'; row = context.insertRow(); row.insertCell().innerHTML = 'foo'; row.insertCell...
asked on 18.01.2014 / 21:19
1
answer

Problems to plot graph with function chartSeries of the quantmod package from a data.frame in R

I'm having trouble plotting a candlestick chart from a data.frame file. Code sample # Pacotes necessários ---------------------------------------------- library(BatchGetSymbols) library(quantmod) # Inputs necessários ---------------...
asked on 13.12.2018 / 17:23
2
answers

What is the equivalent of UserControl in ASP.NET MVC?

In Web Forms we have UserControl . These controls have a code-behind and a layout. They can be used in different projects / solutions without depending on other things. I want to create a control that displays multiple elements and so...
asked on 22.12.2013 / 01:30