Documentation

Time Picker

The Time Picker is part of the Editors components which the Builder supports.

Usage

  • Represents a time-list.
  • Allows users to select a time value from a predefined time drop-down menu or to enter a new time value.

Properties of Interest

  • Time Format—Can be used to customize the way the data is shown in the component. For more information on date formatting options, refer to the article on AngularJS date formatting or Angular formatting.
  • Model—The data model that is associated with this component. For more information, refer to the article on using data source instances.
  • Change Event Function—Fired when the value of the component is changed by the user.

    Include any custom code for this event function in the controller.public.js file for AngularJS or in the [view-name].view.component.ts file for Angular which are located in the \app\src\modules\[module-name]\[view-name] folder. For more information, refer to the article on custom code.

In this article