ComboBox

Top  Previous  Next

  <select name="pf_${fieldName}" onchange="PMgr.fieldChanged(this)"
     mo:name="${fieldName}" mo:type="ComboBox" mo:field="true" mo:needsInit="true" 
     mo:iValue="${initialValue}"  
     mo:props="nonBlank:${nonBlank}, valHandler:${valHandler}, valErrorHandler:${valErrorHandler}">
    <option value="1">CAT1</option>
    <option value="2">CAT2</option>
  </select>

 

${fieldName}

The name of the ProcessField

${initialValue}

The initial value of the field

${nonBlank}

If "true" then the field cannot be left blank

${valHandler}

The name of the validation handler function

${valErrorHandler}

The name of the validation error handler function.