A way to add new content to an existing Form. The FormInjector emulates its tag from the template (or uses a div). When triggered, new content is obtained from the application and is injected before or after the element.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| context | java.util.List | prop | The context for the link (optional parameter). This list of values will be converted into strings and included in the URI. The strings will be coerced back to whatever their values are and made available to event handler methods. | ||
| position | org.apache.tapestry.corelib.data.InsertPosition | above | literal | ||
| show | String | literal | Name of a function on the client-side Tapestry.ElementEffect object that is invoked to make added content visible. Leaving as null uses the default function, "highlight". |