UIZE JavaScript Framework

MODULES Uize.Widget.mModels

1. Introduction

The Uize.Widget.mModels widget mixin provides support for widgets that can contain child model class objects, allowing state between a widget and its child models to be bound.

DEVELOPERS: Ben Ilegbodu, original code contributed by Zazzle Inc.

Uize.Widget.mModels mixes in Uize.Class.mModels which provides a majority of the model functionality. Uize.Widget.mModels provides the following additional support...

Any model objects added to a widget are passed down to its child widgets, provided that those child widgets also support containing model objects

1.1. Examples

There are no dedicated showcase example pages for the Uize.Widget.mModels module.

SEARCH FOR EXAMPLES

Use the link below to search for example pages on the UIZE Web site that reference the Uize.Widget.mModels module...

SEARCH

1.2. Implementation Info

The Uize.Widget.mModels module defines the Uize.Widget.mModels object under the Uize.Widget namespace.

1.2.1. Features Introduced in This Module

The features listed in this section have been introduced in this module.

STATIC PROPERTIES

Uize.Widget.mModels.moduleName | Uize.Widget.mModels.pathToResources

1.2.2. Features Overridden in This Module

No features have been overridden in this module.

1.2.3. Features Inherited From Other Modules

This module has no inherited features.

1.2.4. Modules Directly Under This Namespace

There are no modules directly under this namespace.

1.2.5. Unit Tests

There is no dedicated unit tests module for the Uize.Widget.mModels module.

2. Static Properties

2.1. Uize.Widget.mModels.moduleName

IMPLEMENTATION INFO

this feature was introduced in this module

2.2. Uize.Widget.mModels.pathToResources

IMPLEMENTATION INFO

this feature was introduced in this module