/[suikacvs]/test/suikawebwww/style/ui/textarea-autosizer-maxheight25.css
Suika

Contents of /test/suikawebwww/style/ui/textarea-autosizer-maxheight25.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Wed Mar 9 08:00:30 2005 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/css
textarea-autoheight.htc, textarea-autosize.xbl,
        textarea-autosizer-desc.ja.html, textarea-autosizer-maxheight25.css:
        New.

1 wakaba 1.1 textarea {
2     max-height: 25em;
3     behavior: expression(this.setAttribute('autoheight:max-rows', 25),
4     'url(http://suika.fam.cx/www/style/ui/textarea-autoheight.htc)');
5     -moz-binding: url(http://suika.fam.cx/www/style/ui/textarea-autosize#rows);
6     }
7    
8     /* Revision: $Date: 2005/03/08 11:01:26 $ */
9    
10     /* ***** BEGIN LICENSE BLOCK *****
11     * Version: MPL 1.1/GPL 2.0/LGPL 2.1
12     *
13     * The contents of this file are subject to the Mozilla Public License Version
14     * 1.1 (the "License"); you may not use this file except in compliance with
15     * the License. You may obtain a copy of the License at
16     * <http://www.mozilla.org/MPL/>
17     *
18     * Software distributed under the License is distributed on an "AS IS" basis,
19     * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
20     * for the specific language governing rights and limitations under the
21     * License.
22     *
23     * The Original Code is textarea-autosizer code.
24     *
25     * The Initial Developer of the Original Code is
26     * Wakaba <[email protected]>.
27     * Portions created by the Initial Developer are Copyright (C) 2005
28     * the Initial Developer. All Rights Reserved.
29     *
30     * Contributor(s):
31     * Wakaba <[email protected]>
32     *
33     * Alternatively, the contents of this file may be used under the terms of
34     * either the GNU General Public License Version 2 or later (the "GPL"), or
35     * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
36     * in which case the provisions of the GPL or the LGPL are applicable instead
37     * of those above. If you wish to allow use of your version of this file only
38     * under the terms of either the GPL or the LGPL, and not to allow others to
39     * use your version of this file under the terms of the MPL, indicate your
40     * decision by deleting the provisions above and replace them with the notice
41     * and other provisions required by the GPL or the LGPL. If you do not delete
42     * the provisions above, a recipient may use your version of this file under
43     * the terms of any one of the MPL, the GPL or the LGPL.
44     *
45     * ***** END LICENSE BLOCK ***** */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24