OnInitialize
Description
Specify JavaScript that will be executed when the Spin List control is initialized.
Discussion
The OnInitialize property can be used to add JavaScript to execute when the Spin List control is initialized. JavaScript can reference the Spin List control's object using the this variable. For example:
var height = 3; this.height = height; // set the height to "3" this.refresh(); // redraw the spin list control