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

http://jsfiddle.net/93f2t/

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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -