Hello Robby!

You could try some <fi:styling myAttr="doSomething()"> element in the form
template, since all attributes to that element is copied into the resulting
input tag in the standard cforms field transformer:

...
      <xsl:if test="fi:styling">
        <xsl:copy-of select="fi:styling/@*"/>
      </xsl:if>
...

Another option would be to include a simple javascript in the template that
does the focusing job.


Regards,
   Ulf Sahlin


> -----Ursprungligt meddelande-----
> Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Skickat: den 7 september 2004 15:46
> Till: [EMAIL PROTECTED]
> Ämne: Woody question (how to give certain field focus at onload of
> document)
>
>
> Hi,
>
> anyone who knows how to give a woody field (input field) focus
> when the page
> is loaded ?
>
> Kind regards,
> Robby
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to