Posts by Jean Felipe • 73 points
11 posts
-
1
votes4
answers1978
viewsA: Mask in Rails fields
Hello, what you can also do is check if the element is getting the id you entered, what I usually use is the following: <%= f.text_field :data_doacao, input_html: {'id': 'idQueQuer'} %> But…
-
0
votes2
answers78
viewsQ: How to register a new Person when you create a new Customer
po I am with a question already a while breaking the head, next, I have a model Person, which is the Generica for person and the model Customer, which belongs to Person, so: class Person <…
-
1
votes1
answer46
viewsQ: Make a menu really responsive
I have a menu with several Ivs in it with content, this site I am developing the client will have access to edit and delete elements you want from the site, so these items from within the menu need…
jqueryasked Jean Felipe 73 -
1
votes1
answer86
viewsQ: Register two separate models in one
Today I come with another question, but about code. Next, I am making a system to register students and courses and a screen to register classes where part of the registration is to select students…
-
0
votes1
answer219
viewsQ: Insert arrow in Submit input for when jsf render appears on button
I made a whole layout in HTML5 and I have a "next" button where I have an arrow in it, but the developers are doing it in JSF and by rendering the commandButton becomes a input type submit and the…
-
0
votes3
answers3605
viewsA: Problems with getSupportActionBar() to Home (arrow) button and back arrow
Next guy, easy way, creates an xml and in it you create a Toolbar(instead of Linear or Relative Layout) but it will need to be like this(android.support.v7.widget.Toolbar), can be very simple:…
-
1
votes2
answers744
viewsA: Adding a class to a bootstrap link
Hello, I suggest you use the class "Nav Nav-pills" the bootstrap itself leaves marked the last item clicked from the menu.
-
1
votes2
answers80
viewsA: Where to create a database without privileges
If you are interested in making a simple GUI, there are several options: C9.io, nitrous. firebase Heroku are all online platforms where you can develop something and have access to the database they…
-
1
votes1
answer5258
viewsQ: How to take the value of a Spinner and continue the form
Good afternoon, I have a simple form in my android app, where the user writes name and register an alert, but in the alert frequency field I inserted a spinner(selectbox android) with options of…
-
0
votes0
answers548
viewsQ: ERP integration with wordpress by an XML
Good afternoon, you guys, I was wondering if anyone knows of any tutorial or book about integrating an ERP into wordpress by an XML. I need to make Woocommerce receive the Xml data and include them…
-
0
votes1
answer111
viewsQ: To create a new empty list by clicking on "new list"
Good afternoon, I have an array of objects and display them in a list, in the list there is an input to insert new objects. I want to make a button where I would create a new zeroed list with the…
angularjsasked Jean Felipe 73