CellPicker Constructor

Syntax

PP.Ui.CellPicker(settings);

Parameters

settings. The JSON object with the values of the component properties.

Description

The CellPicker constructor creates an instance of the CellPicker component.

Example

To execute the example, enable the links to the PP.js library and to the PP.css visual styles table. Create an instance of the CellPicker class:

<div id="MyCP"></div>

<script type="text/javascript">

var CP = new PP.Ui.CellPicker({

        ParentNode: document.getElementById("MyCP")

        });

</script>

After executing the example the CellPicker component that looks as follows is placed onto the HTML page:

See also:

CellPicker