Add file upload button to C1Pjs
This commit is contained in:
parent
905a30017e
commit
14944bb108
4 changed files with 18 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue