Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This function is called each time when the skip button on the wizard window is clicked.
This button exist only if after the current active card there are another card from different card group.
A card group is set of cards in one wizard window group (ex. globalese group of cards).
Skipping the card is done with firing the specific event, this event also is handled by the wizard window controller (TaskOverveiw.js).
When group of cards is skipped, the validation logic of all cards also is skipped.

 

Component handler type:

For each button in the wizard card there is one function from this type. Only the functions in the active card are called.
The call of those function is processed by TaskAddWindowViewModel formulas, whenever the activeItem in the view model is changed (each time when the card is set to active).
If new button should be added, a viewmodel formula for this function also is needed.