AlexW.H.B.
AlexW.H.B.

Reputation: 1871

is there already any system out there that works as a widget manager for a website?

I'm building a website that separates functionality into specific widgets... and I want to be able to drag an instance or multiple instances of a particular widget, that I will build, onto the screen for use. a bit like the apple widget system, but for websites. are there any frameworks or library's already out there that do this?

any help with this or suggestions would be greatly appreciated.

Upvotes: 0

Views: 49

Answers (1)

Kalpers
Kalpers

Reputation: 658

jQuery Widget Factory is simple enough to use as a starting point, they work similar to jQuery plugin and since all of your widgets will be inheriting from jQuery Widget, you wont have any problems integrating them where needed.

MSDN Site with jQuery Widget tutorial
jQuery Widget website

Upvotes: 1

Related Questions