Class Method
minimumSize
Gets the minimum size required to add the widget to page.
Declaration
+(HSWidgetSize)minimumSize;
Return Value
A size structure containing the starting dimension of the widget in grid positions. HSWidgets will check for space availability before allowing user to add the widget.
Related Links
Adding Widgets
-
+ isAvailable
Returns whether the widget is currently available for addition.
-
+ canAddWidgetForAvailableGridPositions:
Get whether the widget can be added for given available grid positions.
-
+ allowedInstancesPerPage
Return the number of allowed instances per page so that widget manager can restrict additional instances.