JQuery Portlet - Is it possible to have varying portlet sizes? -
i using portlet function of jquery ui create basic portal page. example on jquery ui page shows pretty simple example 3 columns , fixed size portlets fit columns. there way approach such varying sized portlets can used.
specifically, if have 3 columns ability:
1) have 1 portlet spans 3 columns (3*1) 2) have 1 2*1 portlet , 1 1*1 portlet on same row, thereby taking 3 columns 3) have variation thereof.
i appreciate if give me pointers,
thank you
jp
based on display grid. use 1 sortable, , let portlets wrap next line when there's not enough space.
.portlet { display: inline-block; vertical-align: top; }
Comments
Post a Comment