week-picker-reactive
Reactive icon

Week Picker Reactive

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded
 on 13 Jan
 by 
0.0
 (0 ratings)
week-picker-reactive

Week Picker Reactive

Documentation
1.0.3

Usage

Use of this component is similar to the original OutSystems UI date picker. 

  1. In order to show a week picker, drag a week picker from your dependency view
  2. Add a screen action as handler of the OnSelected event on the WeekPicker. Set your screen variables here as you wish.
  3. If you need to set an initial selection of week (for example when displaying existing records from database), set either the OptionalConfigs.InitialDate or OptionalConfigs.InitialWeek and OptionalConfigs.InitialYear.
  4. Add optional configs if needed

For more info on how to use the WeekPicker, take a look at the demo application provided.

Public elements

This library provides the following public elements:

Widgets: 

  • WeekPicker


Client actions:

  • CheckWeekPicker
  • WeekPicker_GetInternalId
  • GetDateTimeForWeek
  • GetWeekForDateTime
  • ShiftDayInWeek

1.0.0

Usage

Use of this component is similar to the original OutSystems UI date picker. 

  1. In order to show a week picker, drag a week picker from your dependency view. This will scaffold an instance of the week picker and an input widget into the Input placeholder. By default, this input field has data type Text, which can be changed. 
  2. Link it to the variable, for example SelectedWeekNumber with data type Integer.
  3. Add a screen action as handler of the OnSelected event on the WeekPicker. Set your screen variables here.
  4. Add optional configs if needed

For more info on how to use the WeekPicker, take a look at the demo application provided.

Public elements

This library provides the following public elements:

Widgets: 

  • WeekPicker


Client actions:

  • CheckWeekPicker
  • GetDateTimeForWeek
  • GetWeekForDateTime
  • WeekPicker_GetInternalId