Re: [Xsltforms-support] Click on a read-only input field
Brought to you by:
alain-couthures
From: Chris G. <cga...@gm...> - 2010-05-25 12:48:33
|
This works... ... <xforms:bind nodeset="/foo/bar" readonly="true()" /> ... <xforms:input ref="/foo/bar"> <xforms:label>Baz: </xforms:label> <xforms:action ev:event="DOMFocusIn"> <xforms:message level="modal">Ow!</xforms: message> </xforms:action> </xforms:input> HTH! On Tue, May 25, 2010 at 8:00 AM, Dhiradj Badloe <dh...@gm...> wrote: > Hi all, > > I want a read-only input field to be clickable, so I can tie it to an > action. Is this possible with XSLTForms? > > Thanks. > > Warm regards, > > Dhiradj Badloe > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > > |