[CLOSED] Design Question

  1. #1

    [CLOSED] Design Question

    I have a site that does not use a viewport control. However, I would like to use a layout to generate a N/S/E/W layout for PART of the page. Is this possible to do without using the viewport or a window? Additionally, is it possible to add a fluid "viewport" to a panel (or some other construct) instead of the whole browser window? My ultimate goal is not to rely on the entire page being created by javascript, but still take advantage of some of the layout/fluid features in portions of the page (e.g inside a div or a table cell, etc.).
    Last edited by Daniil; Sep 25, 2012 at 6:49 AM. Reason: [CLOSED]
  2. #2
    Hi @adelaney,

    The Layout property is defined in the AbstractContainer class, the same as it is done in ExtJS.
    http://docs.sencha.com/ext-js/4-1/#!...ner-cfg-layout

    So, you can specify any layout for any Container.

    Viewport is a Container as well. Therefore you can set its Layout to BorderLayout.

    With same success you can specify the BorderLayout for Container, Panel, Window and any type of Containers.

Similar Threads

  1. [CLOSED] Design Question
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: May 18, 2012, 4:11 PM
  2. [CLOSED] Need help in UI Design
    By Shanth in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 19, 2011, 2:40 PM
  3. Design Time
    By rnachman in forum 1.x Help
    Replies: 4
    Last Post: Jun 14, 2011, 10:59 AM
  4. IE7 design outlook
    By bilgecooliteforum in forum 1.x Help
    Replies: 4
    Last Post: Nov 25, 2010, 7:34 AM
  5. Design layout
    By warriorvn in forum 1.x Help
    Replies: 1
    Last Post: Jun 05, 2010, 10:07 AM

Tags for this Thread

Posting Permissions