Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery plugin for designing report layouts

I'm looking for some sort of jquery plugin (or even plain javascript) that can be used to create report layouts, business card layouts, etc. Not finding anything after lots of googling.

Basically, I'm envisioning a canvas (possibly html5 canvas?) that shows a background grid. At a minimum, text and images can be added to the canvas. Preferably, they can be dragged and dropped.

I'd be happy with anything with any features that are anywhere remotely like this. I expect to have to write it myself. But if there is already something out there, I'd like to see it first.

Just to help clarifiy what I'm looking for, imagine jquery code that would let you layout a business card in a web browser, without using flash. This would include adding text, changing fonts, adding images, adding lines, changing background colors, applying gradients, etc.

I hope someone knows of something that will help!

like image 570
Tauren Avatar asked Dec 04 '09 08:12

Tauren


2 Answers

I'm not sure for ready plug-in to your requirements, but with Raphaël—JavaScript Library you can do all above-listed,

like image 153
Coyod Avatar answered Nov 14 '22 23:11

Coyod


280 Slides does some stuff not unlike that, using the Cappuccino framework. Not sure how much work there is to go from the basic framework to what you want, however.

like image 44
Tobias Cohen Avatar answered Nov 15 '22 00:11

Tobias Cohen