Class Method

allowedInstancesPerPage

Return the number of allowed instances per page so that widget manager can restrict additional instances.


Declaration


+(NSInteger)allowedInstancesPerPage;

Return Value

Number of instances of this widget that can be added to the same page or -1 for unlimited instances. Default implementation is unlimited instances.

Related Links


Adding Widgets