![]() http://www.alinous.org |
|
|||||||||||||||||||||||||||||||||||||||||||||
![]() |
About first sampleWe can learn a lot of things from the first sample.About how to create this project, please take a look at Getting started View foldersAfter creating a sample project with the new wizard, following folder structure is there.
About /ALINOUS_HOME/index.htmlThe top file is the "/ALINOUS_HOME/index.html". When we access "http://localhost:8080/", we can see following page.![]() Next let's access "http://localhost:8080/default.html". ![]() We can locate other pages into the parent html's <TD> tag with "alns:inner" tag.
By using "alns:tagid" attribute, the <TD> tag's area is named "contents". Then we can load another page into the area by using <A> tag.
By knowing this function, we can learn the first example very smoothly. Please access "http://localhost:8080/select/" after viewing page which appears after clicking "Select DB Form" menu item on the left side of "index.html". |
|||||||||||||||||||||||||||||||||||||||||||||