webtextedit mousemove eventuality xslt
i need assistance please.
no thought xml & webtextedit, i am modifying an xslt stylesheet creates asp controls.
below webtextedit control, i wish supplement an mousemove event:
<xsl:element name="igtxt:webtextedit">
<xsl:attribute name='id'><xsl:value-of select='$name' /></xsl:attribute>
<xsl:attribute name='runat'>server</xsl:attribute>
<xsl:attribute name='text'><xsl:value-of select='$value' disable-output-escaping="yes" /></xsl:attribute> <xsl:attribute name='mousemove'>"<xsl:value-of select='@name' />".style.color = '#006ab6';</xsl:attribute>
<xsl:for-each select="$attributes/attribute">
<xsl:if test=". != ''">
<xsl:attribute name='{@name}'><xsl:value-of select='.' /></xsl:attribute>
</xsl:if>
</xsl:for-each>
<xsl:copy-of select="$events" />
</xsl:element>
the formula works change impression works objects.
please support i supplement mouseover eventuality webtextedit control
Comments
Post a Comment