PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → CWizard and cAssist Classes in the WD Wizard example
CWizard and cAssist Classes in the WD Wizard example
Iniciado por guest, 30,jul. 2017 17:59 - 2 respuestas
Publicado el 30,julio 2017 - 17:59
Were these classes written by the author, cWizard and cAssist, or created by a template (i came from the clarion world) so pardon me for following that line of thinking. If templates mean something different here - then I understand but with all that windev does for you, it would seem to me that this came from some canned function or 'method'.
Publicado el 31,julio 2017 - 08:02
Hi

Templates donot create classes in windev ofr WX for that matter. Templates are windows or pages. These windows ( windev ) or Pages ( webdev) are used so other pages can be based on them.

So You make a template . In that template you put everything that is commen to a set of pages. This can be a navigation structure the styling ,etc

Then when you need a new page you create on using the template and you have a starting point. Nice feature is that if you change something in the template every page that uses that template changes as well. You can however override some template features if you want.

Hope this gives some insight.

regards

Allard
Publicado el 31,julio 2017 - 13:13
Excellent, thank you Allard.

DonnieS