source: trunk/prototype/plugins/jquery-elastic/index.html @ 5417

Revision 5417, 1001 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2462 - Melhorias na tela de composição de mensagens do ExpressoMail?

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3        <head>         
4                <title>Demo - Elastic</title>
5                <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
6                <link href="dependencies/screen.css" type="text/css" rel="stylesheet" />                               
7        </head>
8        <body>
9       
10                <div class="full-width-hack">
11                        <textarea class="input" style="max-height: 100px;">This textarea is going to grow when you fill it with text. Just type a few more words in it and you will see.</textarea>
12                </div>
13
14                <script src="dependencies/jquery.js" type="text/javascript" charset="utf-8"></script>
15                <script src="jquery.elastic.source.js" type="text/javascript" charset="utf-8"></script>
16                <script type="text/javascript">
17                        // <![CDATA[
18                        jQuery.noConflict();
19                        jQuery(document).ready(function(){                     
20                                jQuery('textarea').elastic();
21                                jQuery('textarea').trigger('update');
22                        });     
23                        // ]]>
24                </script>
25               
26        </body>
27</html>
Note: See TracBrowser for help on using the repository browser.