[CLOSED] how I can implement responsive design in a web application with ext net

  1. #1

    [CLOSED] how I can implement responsive design in a web application with ext net

    how I can implement responsive design in a web application with ext net
    Last edited by Daniil; Jun 11, 2013 at 4:16 AM. Reason: [CLOSED]
  2. #2
    i would suggest you to take a look on: https://examples2.ext.net/.

    It's always good start know all available controls.

    Let us know if you need further assistance
  3. #3
    Quote Originally Posted by JCarlosF View Post
    how I can implement responsive design in a web application with ext net
    You kind of can't because mobile support for Ext.NET is not that great.
  4. #4
    Quote Originally Posted by jchau View Post
    You kind of can't because mobile support for Ext.NET is not that great.
    for now I only need it for different screen resolutions of PC
  5. #5
    The following sample might help,

    http://mvc.ext.net/#/Portal/Complex/

    When the page width is resized (narrow vs wide), the items within the Layout will reorganize.
    Geoffrey McGill
    Founder
  6. #6
    Hello!

    Quote Originally Posted by JCarlosF View Post
    for now I only need it for different screen resolutions of PC
    Sorry, but can you provide more details about your requirements? What resolutions you need to support and in which cases Ext.NET layouts don't work?
  7. #7
    Here are some hints I've picked up to make sure all pages resize within the users's view. This isn't well described/documented anywhere, so goodluck.

    Use FitLayout for all containers when you have a single component within the Items.
    Use VBoxLayout or HBoxLayout with LayoutConfig align="stretch" for all containers with multiple Items. Column and Row containers will work too.

    But it has to be all nested cases, otherwise you'll have unpredictable results.
  8. #8
    But it has to be all nested cases, otherwise you'll have unpredictable results.
    What do mean? You can mix different layouts to achieve something more complicated.

    Can you say what exactly you needed, we will be happy to investigate your sample.
  9. #9
    Quote Originally Posted by michaeld View Post
    Here are some hints I've picked up to make sure all pages resize within the users's view. This isn't well described/documented anywhere, so goodluck.

    Use FitLayout for all containers when you have a single component within the Items.
    Use VBoxLayout or HBoxLayout with LayoutConfig align="stretch" for all containers with multiple Items. Column and Row containers will work too.
    There is a good Layout chapter in the Ext.NET book.
  10. #10
    Please take a look on the following thread: http://forums.ext.net/showthread.php?55861

Similar Threads

  1. Implement a Custom Scrollbar
    By alawibh in forum 2.x Help
    Replies: 1
    Last Post: Apr 17, 2013, 10:19 AM
  2. Replies: 3
    Last Post: Oct 20, 2011, 12:31 PM
  3. how to implement Ext.net in MVC2 asp.et
    By hardik in forum 1.x Help
    Replies: 3
    Last Post: Sep 30, 2011, 11:06 AM
  4. How to implement the following function?
    By GeoffreyRen in forum 1.x Help
    Replies: 2
    Last Post: Jul 27, 2009, 1:50 AM
  5. Replies: 1
    Last Post: Jul 01, 2009, 1:39 PM

Posting Permissions