Widgetster is a jQuery plugin to develop dashboard page based on widgets.
Widgetster is a re-wrote on TypeScript Gridster which was developed by Ducksboard.
- Source code of
Widgetster
isTypeScript
, source code ofGridster
isJavaScript
. Widgetster
usesPascalCase
notation for methods and options.- Removed option
avoid_overlapped_widgets
. ForWidgetster
it's alwasytrue
. - Removed option
autogenerate_stylesheet
. ForWidgetster
it's alwasyfalse
. BecauseGridster
has a performance issues, which are related CSSWidgetster
uses inline styles. - Removed option
max_size_x
. - Removed option
namespace
. - Added method
ResizeWidgetDimensions
. - Added
row
parameter toResizeWidget
method (formerresize_widget
).
Distributed under the MIT license.