Added a comment about inline HTML code for examples.
This commit is contained in:
parent
c37c51da69
commit
4aa3069b1e
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ public class Index_xhtml extends HttpServlet
|
||||||
// ==============
|
// ==============
|
||||||
Page demoPage = PageFactory.instance().create("/fr/devinsy/kiss4web/demo/website/xidyn/index.html");
|
Page demoPage = PageFactory.instance().create("/fr/devinsy/kiss4web/demo/website/xidyn/index.html");
|
||||||
|
|
||||||
|
// Following examples use inline HTML code rather to use the
|
||||||
|
// index.html HTML code. It is because each one are autonomous of
|
||||||
|
// any outside context.
|
||||||
|
|
||||||
// Step #01.
|
// Step #01.
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in a new issue