ZK8 Wizard Example - Part 4"

From Documentation
m
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Template:Smalltalk_Author|
 
{{Template:Smalltalk_Author|
 
|author=Robert Wenzel, Engineer, Potix Corporation
 
|author=Robert Wenzel, Engineer, Potix Corporation
|date=August 2015
+
|date=September 2015
 
|version=ZK 8.0
 
|version=ZK 8.0
 
}}
 
}}
Line 7: Line 7:
 
= Introduction =
 
= Introduction =
  
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_1]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_1|Part 1 - Defining the Wizard]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_2]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_2|Part 2 - Order Wizard (a more complex example)]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_3]]
+
*[[Small_Talks/2016/February/ZK8_Wizard_Example_-_Part_3|Part 3 - Form Handling and Input Validation]]
*ZK8_Wizard_Example_-_Part_4 (You are here)
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_4|Part 4 - Styling the wizard (with Bootstrap)]] (You are here)
  
= Part 3 - Form Handling and Input Validation =
+
= Part 4 - Styling the wizard (with Bootstrap) =
  
'''To be written'''
+
Currently just a preview and sources available explanations will follow
 +
<gflash width="910" height="657">Order-wizard_with_style.swf</gflash>
 +
[[File:Order-wizard_with_style.swf]]
  
 
= Summary =
 
= Summary =
Line 37: Line 39:
  
 
Then access the overview page http://localhost:8080/wizardexample/order.zul
 
Then access the overview page http://localhost:8080/wizardexample/order.zul
 +
 +
{{Template:CommentedSmalltalk_Footer_new|
 +
|name=Potix Corporation
 +
}}
  
 
[[Category:Small Talk]]
 
[[Category:Small Talk]]

Latest revision as of 10:08, 8 March 2016

DocumentationSmall Talks2015SeptemberZK8 Wizard Example - Part 4
ZK8 Wizard Example - Part 4

Author
Robert Wenzel, Engineer, Potix Corporation
Date
September 2015
Version
ZK 8.0

Introduction

Part 4 - Styling the wizard (with Bootstrap)

Currently just a preview and sources available explanations will follow

Summary

That's it for now, any ideas what to show next? Waiting for your comments.

Download

Running the Example

Checkout part-4

   git checkout part-4

The example war file can be built with maven:

   mvn clean package

Execute using jetty:

   mvn jetty:run

Then access the overview page http://localhost:8080/wizardexample/order.zul


Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.