home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / IPDSINTL.DLL_1033 / HTML / QUERYVIEWTRBIT.XSL < prev    next >
Text File  |  2010-03-29  |  840b  |  20 lines

  1.             <div>%%1: <select class="xdComboBox xdBehavior_Select" xd:CtrlId="CTRL12" title="" size="1" xd:xctname="DropDown" tabIndex="0" xd:boundProp="value" xd:binding="@%%1" style="WIDTH: 130px">
  2.                     <xsl:attribute name="value">
  3.                         <xsl:value-of select="@%%1"/>
  4.                     </xsl:attribute>
  5.                     <option value="">%1</option>
  6.                     <option value="True">
  7.                         <xsl:if test="@%%1="True"">
  8.                             <xsl:attribute name="selected">selected</xsl:attribute>
  9.                         </xsl:if>True</option>
  10.                     <option value="False">
  11.                         <xsl:if test="@%%1="False"">
  12.                             <xsl:attribute name="selected">selected</xsl:attribute>
  13.                         </xsl:if>False</option>
  14.                     <option value="">
  15.                         <xsl:if test="@%%1=""">
  16.                             <xsl:attribute name="selected">selected</xsl:attribute>
  17.                         </xsl:if></option>
  18.                 </select>
  19.             </div>
  20.