You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kecerit edited this page Nov 15, 2021
·
3 revisions
status : complete
version : 7.x
Introduction
The ContentBox is a simple container for text, specially suited to be
used as a widget step.
Main Options
mainText: a text to be displayed above the content.
content: some content to be displayed (support HTML tags).
hint: a hint text below content (support HTML tags).
Main methods
None.
Return Value
None.
Usecase
// A widget step introducing a new stage.stager.extendStep('donesurvey',{name: 'The real task begins',widget: {name: 'ContentBox',options: {mainText: 'You have now finished Part 1.',hint: 'Relax a bit before Part 2',className: 'centered'}}});