Sun Java System Communications Express 6.3 Customization Guide

Group Details

The Group Details section displays the following fields:

You can reorder the positions of these fields. You can also add the email address which is supported for a group.

Example 7–19 displays the code to be used for adding the email address which is supported for a group.


Example 7–19 Code to be Used for Adding the Email Address that is Supported for a Group


 <tr>
      <td class="PropLabelAb" width="22%"><span class="Lbl2">
<label for="email"><xsl:text>_Email</xsl:text></label></span></td>
      <td class="PropInput" width="55%">
          <input type="text" size="30" 
maxlength="30" name="{$fieldPrefix}piEmail1" id="email" 
tabindex="2" onChange="javascipt:this.value=this.value.trim()" 
onBlur="javascipt:this.value=this.value.trim()">
            <xsl:attribute name="value">
              <xsl:value-of 
select="/xslui/iab/bookentry/group/entry/email"/>
             </xsl:attribute>
           </input>
      </td>
      <td width="6%">&nbsp;</td>
      <td width="11%">&nbsp;</td>
      <td width="6%">&nbsp;</td>
</tr>