Class pvr.widget.editors.MockEditor


Extends pvr.widget.editors._PseudoEditor.
Provides a substitute editor widget for use when a property's proper editor cannot be rendered because of unresolved dependencies in the view designer.

The view designer's registry configuration must be explicitly configured to use the mock editor.

This editor widget is simply a place-holder, and cannot be used to enter data. A custom application may choose to implement a more functional mock editor if desired.


Defined in: <pvr\widget\editors\MockEditor.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Methods borrowed from class pvr.widget.editors._PseudoEditor:
focus, validate

Constructor Detail

pvr.widget.editors.MockEditor()