Functiondojox.form.DropDownSelect._fillContent

dojo.require("dojox.form.DropDownSelect");
defined in dojox/form/DropDownSelect.js

Loads our options and sets up our dropdown correctly. We don't want any content, so we don't call any inherit chain function.

Usage

function () (view source)