xsl-list
[Top] [All Lists]

Re: [xsl] Input not editable

2006-09-20 03:07:50
m(_dot_)core(_at_)aimconsulting(_dot_)it wrote:
<input valuet="{(_at_)value}" type="text" mode"read">
You miss an equal sign between 'mode' and "read", that's perhaps why you get an error. Also, the attribute 'mode' is not an HTML attribute for the input-tag. You can use readonly="readonly" to make it readonly in conformant browsers.

Cheers
-- Abel Braaksma

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>