Questions tagged as 'layout'

2
answers

What is the difference between Template and Layout?

I'd like to know the semantic, visual difference and front-end and back-end web development. @edit Related: Is there any kind of dependency? To have the layout you need to have the template?
asked by 24.09.2015 / 21:47
1
answer

What is the difference between the Height and ClientHeight properties of a TForm?

In Delphi a Form has 2 properties to set its height: Height and ClientHeight . But what is the difference between the Height and ClientHeight properties of a TForm?     
asked by 30.10.2014 / 19:45
1
answer

Dropdown with right image

I'm using Bootstrap to make a bar at the top of the page, and I'm having a problem: What I need is to open the dropdown, have a list of options, and an image next to it that always has the same size as the list below. I achieved this by se...
asked by 18.09.2015 / 19:58
1
answer

Relative sidebar in responsive layout

Solved, look at my answer * I asked this question in the gringas, but I do not think I could express myself well there. Question there: link I have my header and below I have the content. The content is basically composed of two divs...
asked by 27.08.2014 / 02:51
4
answers

How to align the items in a list ul below?

The idea is to create a chat similar to skype, whatsApp, etc ... Where the messages begin to appear from the bottom up until they reach the height of the ul and the scroll bar appears. ul { list-style: none; height:...
asked by 28.05.2015 / 21:18
3
answers

Problem in leaving automatic field width in responsive layout

I have the following situation .. I'm working on a responsive layout that has three columns, left sidebar, center and right ... It happens that inside the right sidebar there is a text field and next to it there should be a submit button ... Thi...
asked by 12.06.2015 / 19:40
2
answers

Problems with layout in Zend

I have a view that is formed by a layout different from the default one in my project, so it looks like this: public function init() { //Colocando o layout default $this->_helper->layout->setLayout('layout_paginas'); } But...
asked by 17.12.2013 / 20:16
2
answers

How to load a view into a layout?

I'm trying to load a view into a layout , below my controller below: class IndexController extends BaseController { protected $layout = 'admin.layouts.default'; public function index() { $this->layout->$this->l...
asked by 23.01.2014 / 23:58
1
answer

How to extend Widgets length within a QScrollArea?

I'm looking to build a question form in Qt. As there are several questions to be answered, it is necessary to allow the scrolling of the form, so I used a QScrollArea . The questions are all answered in a Likert scale, so I adjusted the...
asked by 22.08.2016 / 21:13
1
answer

Having the layout ready facilitates development with MVC?

I'm learning how to program and study dozens of things at once because programming is my job. What I would like to know is about MVC. I figured that in relation to MVC, the view V should have its HTML ready right at the start of the projec...
asked by 11.10.2015 / 17:25