Maybe the jquery portlets could be of use to you : http://host.sonspring.com/portlets/
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: vendredi 16 mars 2007 22:39 To: 'jQuery Discussion.' Subject: Re: [jQuery] Layout plug-ins / Creating a Dashboard David, That's what I'm going to do to start. However, I'm wanting to come up with a solution that will arrange the <div> in a smarter arrangement based upon the number of <div>s and the height/width of each. Floating everything left is ok as long as each DIV is a similar width/height, but I'll have some widgets that are considerable larger than others. -Dan >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >Behalf Of David Dexter >Sent: Friday, March 16, 2007 4:35 PM >To: 'jQuery Discussion.' >Subject: Re: [jQuery] Layout plug-ins / Creating a Dashboard > >Dan, > >I did something similar and I just put each app in a div inside a >container div and set the sub div's style attribute to float left. > >i.e. => (I wouldn't use inline styles... I just put those for example) > ><div id="container" style="width:700px;"> > <div class="app" style="float:left;">App 1 Icon</div> > <div class="app" style="float:left;">App 2 Icon</div> > <div class="app" style="float:left;">App 3 Icon</div> > <div class="app" style="float:left;">App 4 Icon</div> > <div class="app" style="float:left;">App 5 Icon</div> </div> > >I hope that helps. > >David Dexter > > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >Behalf Of Dan G. Switzer, II >Sent: Friday, March 16, 2007 12:32 PM >To: 'jQuery Discussion.' >Subject: [jQuery] Layout plug-ins / Creating a Dashboard > >I'm going to be working on a "Dashboard" for an application that could >contain X number of "widgets" (a "widget" would a block element of >various width/heights that would contain charts and various threshold >alerts.) > >Since a user will be able to configure which "widgets" are on their >Dashboard, I need something that will dynamically lay out the widgets >so that they best fit the Dashboard window. > >Before reinventing the wheel, I was just wondering if any one has seen >any good plug-ins that might help w/my layout dilemma. > >Thanks, >Dan > > >_______________________________________________ >jQuery mailing list >[email protected] >http://jquery.com/discuss/ > > > >_______________________________________________ >jQuery mailing list >[email protected] >http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ -- Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.448 / Base de données virus: 268.18.11/723 - Date: 15/03/2007 11:27 _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
