FormAction

From Plex-XML
Jump to: navigation, search

Generates an action e.g. a button beneath the form element.

Example

<xsl:template name="FormAction">
 <action value="{$t_DocNext}" type="button" image="document/letter_add.gif">
  <onclick>
   <submit>
    <formName>DocFieldINMyLetter</formName>
    <checked>true</checked>
    <target form="DocFieldUDMyLetter"/>
   </submit>
  </onclick>
 </action>
</xsl:template>

FormAction.png

Personal tools