Page History
...
The finished application will look like the following:
In order to complete this exercise, you must complete the following:
Review Weblets
Step 1. Create Toolbar Menu Item Weblet
...
Step 4. Setup iii_toolbar_menuitem Properties in iii_toolbar
Step 5. Apply Toolbar Weblet to an Employee Maintenance WAM
Before You Begin
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 | ||||
|---|---|---|---|---|
|
Layouts are a type of Weblet. They allow you to customize the overall look and feel of a web site or web application.
...
- 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.
...
