TextBox

Top  Previous  Next

  <td mo:type="TextBox" mo:name="${fieldName}" mo:field="true">
    <xsl:value-of select="${fieldName}" />
  </td>

TextBox can be made out of TD, SPAN or any other HTML element that may contain text. Optionally it may contain a nested A element as follows.

  <span mo:type="TextBox" mo:name="${fieldName}" mo:field="true">
    <a onclick="OMgr.refreshHref(this)" 
       href="display.doms?pg=OrderDetails&amp;ORDER_ID={${fieldName}}&amp;_rand=">
      <xsl:value-of select="${fieldName}" />
    </a>
  </span>

 

${fieldName}

The name of the ProcessField

${initialValue}

The initial value of the field