ron
04/11/2017, 10:23 AMedvin
04/11/2017, 10:24 AMron
04/11/2017, 10:27 AMedvin
04/11/2017, 10:27 AMgtnarg
04/11/2017, 12:27 PMedvin
04/11/2017, 12:41 PMgetNextPage
etc in the Wizard to control the flow.edvin
04/11/2017, 12:42 PMgtnarg
04/11/2017, 12:47 PMedvin
04/11/2017, 12:47 PMron
04/11/2017, 1:03 PMPasted image at 2017-04-11, 3:03 PM▾
ron
04/11/2017, 1:08 PMron
04/11/2017, 1:10 PMedvin
04/11/2017, 1:11 PMgraphic
to something, and it will be displayed on the right. To change it, do wizard.top = someOtherNode
.ron
04/11/2017, 1:14 PMedvin
04/11/2017, 1:22 PMstepsTextProperty.value = ""
at least 🙂 I can add a specific supression for it if needed.edvin
04/11/2017, 1:23 PMFinish
button to only be clickable when all pages are complete you can du override val canFinish = allPagesComplete
in the Wizard.ron
04/11/2017, 1:31 PMPasted image at 2017-04-11, 3:31 PM▾
ron
04/11/2017, 1:31 PMedvin
04/11/2017, 1:32 PMron
04/11/2017, 1:32 PMedvin
04/11/2017, 1:33 PMshowStepsHeader = false
.edvin
04/11/2017, 1:34 PMremoveWhen { showStepsHeaderProperty.not() }
ron
04/11/2017, 1:35 PMron
04/11/2017, 1:38 PMPasted image at 2017-04-11, 3:38 PM▾
ron
04/11/2017, 1:39 PMhyperlink("${pages.indexOf(page) + 1}. ${page.title}") {
toggleClass(WizardStyles.bold, isPageActive)
action { currentPage = page }
enableWhen { enableStepLinksProperty }
}
ron
04/11/2017, 1:40 PMedvin
04/11/2017, 1:47 PMnumberedSteps = false
ron
04/11/2017, 1:59 PMedvin
04/11/2017, 2:00 PMedvin
04/11/2017, 2:00 PM