On Mar 20, 2004, at 11:43 AM, I wrote:
Hi all,
I've got an action widget that I would like to be styled in HTML as an <input type="img" src="whatever">. So in the form template, I have something like:
<ft:widget id="theButton">
<fi:styling type="img" src="whatever" />
</ft:widget>
The FormsTemplateTransformer copies the @src through, but it forces the @type to "submit".
No, it does not. Had you actually bothered to look at the output from the FTT, you would see how this actually works and that it is purely a stylesheet issue.
Yours truly,
:-)
