ProcessBlock  (Repeating)

Top  Previous  Next

  <table mo:type="ProcessBlock" mo:name="${blockName}" mo:needsInit="${needsInit}"
         mo:props="selectionColor:'${selectionColor}', warnColor:'${warnColor}', 
                   recordManip:${recordManip} " >
 
    <xsl:for-each select="/root/${dataRequestName}/item">
      <tr mo:type="ProcessRecord">
        <td>
          <input name="px_recstat" type="hidden" />
          <input name="__selection" type="checkbox" value="checked" onclick="PMgr.toggleSelection(this);"/>
          
        </td>
      </tr>
    </xsl:for-each>
 
  </table>

 

${blockName}

The name of the Process Block

${needsInit}

"true" if recordManip property is also "true"

${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.