Questions tagged as 'forms'

3
answers

Delete form registration, JSF Primefaces

I am using JSF with primefaces . I have a registration screen, and I have a button to delete the form data, it would be a button to clear the form to make another registration. However, this clean button is not working. I would like...
asked by 02.09.2016 / 13:57
2
answers

Send selected record from a p: dataTable to form, JSF firstfaces

Hello, I'm new here, and I'm migrating from Struts 1 to JSF. I am developing in JSF a user registration screen. I would like that when I select a record from p:dataTable , the data from that selected record went to the fields of the for...
asked by 24.08.2016 / 15:23
1
answer

View the Form of a DLL in Delphi DX10

I have the following situation: I have a project, which calls a DLL and it has a form. Until that moment 'OK', it performs the call and displays the form, only one thing that bothers me visually is that the system tray has two open application...
asked by 29.09.2016 / 12:52
1
answer

How do I assign a class to a field type in Django?

I'm trying to find out which field is a DateField and thereby assign a class='date' . How do I get the field type? The following code does not work but displays the logic: class MeuForm(forms.ModelForm): ... def __init_...
asked by 21.03.2015 / 20:52
1
answer

Ruby on Rails, form_for with 3 levels

I'm trying to create comment, through form_for of 3 levels: Article > Item > Comment Controller: def new @comment = Comment.new end I have already tried it in several ways, and all of them give error. Look at what I tried and t...
asked by 06.11.2016 / 16:35
1
answer

Sending form to Pagseguro

I have this form @using (Html.BeginForm("PacoteAdd", "Pacote")) { <input type="hidden" name="email_cobranca" value="*****@hotmail.com" /> <input type="hidden" name="tipo" value="CBR" /> <input typ...
asked by 09.11.2016 / 03:11
1
answer

Forms Materialize

I'm inserting forms into materialize , but when I test the form and insert a text it looks like it gets stuck. Example: I enter a name in the first name however the name gets scrambled with title of the form. <body>...
asked by 19.09.2016 / 01:55
1
answer

How to generate Forms without title bar in VBA / Excel?

I need to work with some forms without the title bar in VBA / Excel. I found many similar solutions, but all for 32 bits (mostly in older versions of VBA).
asked by 22.08.2016 / 23:37
1
answer

Specific time for day of the week in datetimepicker

I have a specific form of datetimepicker, working cool, however, I need every day of the week to have a different time, for example, on Sunday there are 2 available times, the second 3 times, the other another time on Tuesday, how can I do that?...
asked by 30.10.2015 / 12:51
1
answer

Half Gauge for Xamarin Forms

I need to build a half-circle Gauge using Xamarin forms , the paid controls do not work since they only have Circular Gauges. It can even display as a half-circle, but it wastes essential part of the screen. How can I build a control like...
asked by 24.06.2015 / 01:50