> We want to switch an input field between "input type=text" and "textarea" > depending on how large the existing data is. Is there any way to do this > without needing a spurious placeholder element? ie We would rather not have > a but rather just get the <text or <textarea in the final HTML .
You could create a custom form component that can both be a text area or a text field. > So anything I can do in onComponentTag etc to change the tag name in the > HTML file? Yep. From the top of my head, you can do this with tag#setName Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
