Re: [xsl] Input not editable

Subject: Re: [xsl] Input not editable
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 20 Sep 2006 12:07:30 +0200
m.core@xxxxxxxxxxxxxxxx wrote:
<input valuet="{@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

Current Thread