ZK8 Wizard Example - Part 4"

From Documentation
m
 
(3 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|Part 1 - Defining the Wizard]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_1|Part 1 - Defining the Wizard]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_2|Part 2 - Order Wizard (a more complex example)]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_2|Part 2 - Order Wizard (a more complex example)]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_3|Part 3 - Form Handling and Input Validation]]
+
*[[Small_Talks/2016/February/ZK8_Wizard_Example_-_Part_3|Part 3 - Form Handling and Input Validation]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_4|Part 4 - Styling the wizard (with Bootstrap)]] (You are here)
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_4|Part 4 - Styling the wizard (with Bootstrap)]] (You are here)
  
 
= Part 4 - Styling the wizard (with Bootstrap) =
 
= Part 4 - Styling the wizard (with Bootstrap) =
Line 39: 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]]
 
=Comments=
 
{{#tag:comment
 
|http://books.zkoss.org/wiki/{{SUBJECTPAGENAME}}|disqus=1
 
|}}
 
 
{{Smalltalk_Footer
 
|name={{{name}}}
 
|}}
 
</includeonly>
 
<noinclude>
 
This will not display properly unless included in the page.
 
</noinclude>
 

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.