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
WidgetsterisTypeScript, source code ofGridsterisJavaScript. WidgetsterusesPascalCasenotation for methods and options.- Removed option
avoid_overlapped_widgets. ForWidgetsterit's alwasytrue. - Removed option
autogenerate_stylesheet. ForWidgetsterit's alwasyfalse. BecauseGridsterhas a performance issues, which are related CSSWidgetsteruses inline styles. - Removed option
max_size_x. - Removed option
namespace. - Added method
ResizeWidgetDimensions. - Added
rowparameter toResizeWidgetmethod (formerresize_widget).
Distributed under the MIT license.