Add file upload button to C1Pjs

This commit is contained in:
Stephan Mühlstrasser 2014-11-01 22:51:11 +01:00
commit 14944bb108
4 changed files with 18 additions and 0 deletions

View file

@ -285,6 +285,9 @@
<xsl:when test="@type = 'heading'">
<div><xsl:value-of select="."/></div>
</xsl:when>
<xsl:when test="@type = 'file'">
<input class="{$APPCLASS}-{@class}" type="file" data-value="{$type},{$binding}"/>
</xsl:when>
<xsl:when test="@type = 'separator'">
<hr/>
</xsl:when>