SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Usage

void $RefineWidgetDatepicker->__construct ( string $name , string $label , array $options );

Arguments

  1. string $name
    The field name, e.g. 'name', '_some_foreign_column'
  2. string $label
    The label to display on the form, e.g. 'Name'
  3. array $options
    Options for the autocomplete field; see $options of Fb::autocomplete

Return value

  • void