Questions tagged as 'label'

0
answers

Generate USPS International Label with EasyPost C #

I would like to generate a label ( tag ) international% of USPS with easypost , but when I enter address of Brazil or another country other than US , it of the error. Example:        
asked by 22.03.2018 / 03:38
1
answer

Label in Bootstrap

Personal Wave, I have already helped a lot, but now I have another problem ... I want when you press or mouse over the inputs, the name appears ... I already made it work, but with bootstrap it's difficult Other questions: Because...
asked by 22.01.2018 / 14:32
0
answers

Change the Label everytime the button is pressed

I'm doing a PYTHON table using FOR, in TKINTER, and I would like every time a new number is placed in ENTRY, the label changes to the new table. For example, a number will be placed in the ENTRY and the person will click the TAB button, when it...
asked by 14.09.2017 / 00:58
2
answers

Python 3.x Show data typed in an Entry in a Label only after pressing a button

I wanted to know the following; In my program there are: Entry1 - > where the user types some information btn1 - > where it confirms the name and the previously entered data is displayed in the console
asked by 10.07.2017 / 06:09
0
answers

PHP and Javascript - Send email when label is clicked

I have a form on my page, part of which can be printed when a Print label is clicked: <label id="printEvento" class="textDescricaoSobre font13" style="cursor: pointer">IMPRIMIR EVENTO</label> Then another label can give the user...
asked by 24.05.2016 / 15:48
0
answers

Add label on high charts using html table

I'm not able to add a label in my type pie chart from my HTML table. Is it possible to do this? grafico.grafico007 = { getData: function() { url = ajaxurl + "Relatorios/rel007"; data = grafico.getDataPadrao(); $.get(url, data,...
asked by 16.12.2015 / 14:34
1
answer

How do I automatically add labels to a UICollection in Swift?

In my application I was able to use the UICollection to display a horizontal scrolling "table" containing the purchase information of the client with header, but now I have another question, I need this table to be fed with each new password add...
asked by 17.11.2015 / 23:03
1
answer

Auto refresh label

I wonder how you could automatically refresh a LABEL that is in Master Page . This Label shows the sum of the amount of the products, and whenever I add a product to the cart Label does not refresh, just refresh if I r...
asked by 03.07.2015 / 12:53
3
answers

How to break line between CSS tags [closed]

I would like to know how to break line between tags of the same type Ex: I have several labels and I want to break the line between them, but so that I do once for all     
asked by 04.10.2017 / 19:48
1
answer

Change Label in view in Asp.Net MVC Project

I created a class in the Model named Payment.cs, where it has the exactly spelled attributes as the name of the fields of my pay table in the DB. I created a view for the payment information to be registered, but besides creating the view and li...
asked by 08.09.2017 / 03:21