xsl-list
[Top] [All Lists]

RE: [xsl] Input not editable

2006-09-20 02:47:26
Seems like an HTML question to me.

<input value="{(_at_)value}" type="text" readonly="readonly">

or

<input value="{(_at_)value}" type="text" disabled="disabled">

depending on what you need.

Joe


From: <m(_dot_)core(_at_)aimconsulting(_dot_)it>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: "XSL-LIST" <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Subject: [xsl] Input not editable
Date: Wed, 20 Sep 2006 11:23:45 +0200

Hi all,

I need to set input not editable in some box i have build with xsl, so i have done:

<input valuet="{(_at_)value}" type="text" mode"read">
various attributes here...
</input>

but it do not work...
Anyone can help me?

Thx all for replies


--~------------------------------------------------------------------
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>
--~--




--~------------------------------------------------------------------
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>