Class pvr.widget.mixins._ResizableMixin

Provides a mix-in class that adds support for specifying the width and height of the widget.
Defined in: <pvr\widget\mixins\_ResizableMixin.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
height 
The height.
 
width 
The width.

Method Summary

Method Attributes Method Name and Description
 
 

Constructor Detail

pvr.widget.mixins._ResizableMixin()

Field Detail

{string} height

The height.

{string} width

The width.

Method Detail

constructor(args)

Parameters:
args

postCreate()