[CLOSED] Portlet Resize/Autoheight

  1. #1

    [CLOSED] Portlet Resize/Autoheight

    Is there a way to make portlets autoheight or resizable?
    Last edited by geoffrey.mcgill; Jan 23, 2011 at 4:25 AM. Reason: [CLOSED]
  2. #2
    Hi,

    You could use Resizable control. Here is an example with Panel but it should be the same with Portlet.
    http://forums.ext.net/showthread.php?11985#post49033
  3. #3
    Hi,

    If you load page inside portlet iframe then simple autoheight is not possible (iframe page have to determine own size and set required height for parent autoload control). For example, you can try the following javascript code inside iframe page
    parentAutoLoadControl.setHeight(Ext.getBody().getHeight());
    About resizable, you can use PanelResizer plugin like in the following sample
    https://examples1.ext.net/#/GridPane.../SlidingPager/

Similar Threads

  1. Portlet resize event
    By testix in forum 1.x Help
    Replies: 5
    Last Post: Dec 30, 2010, 7:49 AM
  2. Replies: 4
    Last Post: Apr 08, 2010, 8:05 PM
  3. Replies: 0
    Last Post: Mar 03, 2010, 9:51 AM
  4. Replies: 2
    Last Post: Jan 01, 2010, 5:51 AM
  5. Replies: 3
    Last Post: Feb 22, 2009, 2:58 PM

Posting Permissions