Page History
...
This exercise does not depend on knowledge gained from all the preceding exercises. It is recommended that the following have been completed:
WAM005 - Create Your First WAM
| Anchor | ||||
|---|---|---|---|---|
|
...
- Primitive Weblets typically have a 1-to-1 relationship with an HTML Tag/Element (eg: Push Button, Checkbox, Combo Box, Anchor, Clickable Image, an Input box, etc).
- Composite Weblets provide additional functionality combining Javascript, CSS, Primitive Weblets and HTML (eg: Grid, Tabsheets, etc).
XSL Templates
The <xsl:template name="my_template_name"> </xsl:template> element is very similar to the SUBROUTINE command used to define Subroutines in LANSA.
Parameters can be received by a template by defining<xsl <xsl:param name="param_name" /> elements within the template.
...