ProcessBlock  (Repeating)

Top  Previous  Next

  <table mo:type="ProcessBlock" mo:name="${blockName}
         mo:props="selectionColor:'${selectionColor}', warnColor:'${warnColor}', 
                   recordManip:${recordManip} " >
 
    <xsl:for-each select="/root/${dataRequestName}/item">
      <tr mo:type="ProcessRecord">
        <td>
          <input type="hidden" name="px_recstat" />
          <input type="checkbox" mo:type="SelectionBox" />
        </td>
      </tr>
    </xsl:for-each>
 
  </table>

 

${blockName}

The name of the Process Block

${selectionColor}

The color to use when a record of this block is selected.

${warnColor}

The color code to use to highlight the background of the process block along with a warning message such as "No record is modified"

${recordManip}

"true" if the records of this block are subject to manipulate (add, remove, copy, etc)

${dataRequestName}

The name of the data request. There must be an identically named dataRequest definition in the configuration.