Atozed Forums
working with template - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: working with template (/thread-1793.html)



working with template - mazluta - 07-11-2020

i create small template for log in : login.html

<html>
<body>
    <p> Wellcome  </p>
    <p> {%MainRegion.edUserCode%} User Name </p>
    <p> {%MainRegion.edPassword%} Password </p>
    <p> {%MainRegion.sbLogIn%} </p>
</body>
</html>


the form includ :

1 main region
2 field on the form.
1 button.
1 TIWTemplateProcessorHTML connectent to "login.html"
alsow connected to the - LayoutMgr of the form

the screen stack in chrom and firefox


RE: working with template - kudzu - 07-12-2020

I'm not sure what the question is?


RE: working with template - mazluta - 07-12-2020

(07-12-2020, 04:40 PM)kudzu Wrote: I'm not sure what the question is?
it work with small project but not with large one.


RE: working with template - kudzu - 07-12-2020

What doesnt work? Nothing in your message that I can see is a question.