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
/
PICTUREBUTTON.XCT
< prev
next >
Wrap
Extensible Markup Language
|
2010-03-29
|
1KB
|
1 lines
<?xml version="1.0" encoding="UTF-8"?><!-- _lcid="1033" _version="" --><!-- _LocalBinding --><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xd="http://schemas.microsoft.com/office/infopath/2003"><xsl:output method="html"></xsl:output><xsl:variable name="CtrlId" select="xd:aj_getPropByName('ConvertCtrlId')"></xsl:variable><xsl:template match="/"><BUTTON CLASS="xdPictureButton" STYLE="border: none; margin: 1px; width: 150px; height: 27px;" TITLE="" xd:aj_showClick="true" xd:HideInPrintView="true" contenteditable="false" xd:xctname="PictureButton" xd:aj_tabIndex="0" tabIndex="0"><xsl:choose><xsl:when test="string($CtrlId) != ''"><xsl:attribute name="xd:CtrlId"><xsl:value-of select="$CtrlId"></xsl:value-of></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="xd:CtrlId"><xsl:value-of select="xd:aj_getComponentID(true())"></xsl:value-of></xsl:attribute></xsl:otherwise></xsl:choose><IMG SRC="res://infopath.exe/picbuttonplaceholder.png" ALT="" xd:HoverSRC="" STYLE="width: 100%; height: 27px;" tabIndex="-1"></IMG></BUTTON></xsl:template></xsl:stylesheet>