Foundry: onclick attribute for HTML element button is now copied to HTML
git-svn-id: https://svn.libreccm.org/ccm/trunk@4823 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
7efbf47fb9
commit
d55b475ae2
|
|
@ -568,7 +568,7 @@
|
||||||
<xsl:with-param name="id" select="$id"/>
|
<xsl:with-param name="id" select="$id"/>
|
||||||
<xsl:with-param name="class" select="$class"/>
|
<xsl:with-param name="class" select="$class"/>
|
||||||
<xsl:with-param name="copy-attributes"
|
<xsl:with-param name="copy-attributes"
|
||||||
select="'autofocus disabled form formaction formenctype formmethod formnovalidate formtarget name type value'"/>
|
select="'autofocus disabled form formaction formenctype formmethod formnovalidate formtarget name onclick type value'"/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue