Questions tagged as 'layout'

1
answer

My _Layout.cshtml file is not being recognized in the application, what to do?

I'm doing an application in MVC asp.net, and out of nowhere my application no longer recognizes the layout file no longer applying the bootstrap and jquery ... How can I solve this ?? My layout file looks like this: <!DOCTYPE html>...
asked by 26.01.2018 / 11:04
1
answer

how to order JPanel in different positions?

Which Layout manager should I use to be able to position the panels as in the illustrative image below. Edit: I have the PanelX Class, which I set in JFrame as position SOUTH , inside this class I have 2 panels (Panel 02 and 03),...
asked by 27.06.2017 / 18:10
1
answer

Layout Chat -Invert the side of my message

So I'm starting now to do the chat activity I do not have any code yet, but thinking of the process came a doubt ... Almost the way I'm going to do All sent messages will be on one side, what I want is for it stays the same as whatsapp or many o...
asked by 05.02.2017 / 23:59
1
answer

How to change the cakephp layout

I created a newsletter submission layout, called email.ctp , and put it inside the View / Layout directory. My question is how do I use this layout instead of the default.ctp     
asked by 18.12.2014 / 18:34
2
answers

Bootstrap alignment is not correct

I tried to do a bootstrap alignment, so that I had the label and beside it the control. Well, thinking that way, I chose the class. Well, when I render the site, the alignment gets the label on top and the control down. By the code is not sure t...
asked by 04.07.2014 / 20:12
1
answer

How to create a slideview cardview (similar to Nubank)? [closed]

I'm trying to make a layout similar to cardview of the main screen of nubank, however, I'm not able to find reference to base myself. What I'm having trouble finding, is like leaving cardview with these "dots". Can anyone point me...
asked by 10.11.2018 / 12:45
1
answer

Positioning Labels

I'm having trouble adding labels to different positions, relative to a field (% with%). I'd like to put a JTextField before the field, the left, and a second label below the label . Example: Itriedtousesomelayoutmanagers,...
asked by 02.12.2017 / 15:30
1
answer

How to make dynamic display in HTML + PHP?

I'm studying HTML and PHP, but there are things I can not figure out how to do it. After all, how do I get input data to process them? As in the keyboard with those <input type="text"> text fields. And after that, how do I adapt the...
asked by 15.11.2017 / 01:07
1
answer

Create buttons in a grid layout

I would like to know how to do an activity as a grid menu ... What kind of layout is most advisable? A relative , linear, grid or table ? Example of what I need: No need for banners, just the menu.     
asked by 28.08.2017 / 15:12
1
answer

Alignment of objects with Bootstrap

I can not understand why the Customers label is larger than the Order label, with 2 being defined with the same size. <div id="accordion-opcoes"> <div class="panel box"> <div class="box-header with-border"> <h4 class="b...
asked by 09.03.2017 / 15:03