Changeset 661 for trunk/examples/testbed.html
- Timestamp:
- 01/15/07 20:45:24 (5 years ago)
- Files:
-
- 1 modified
-
trunk/examples/testbed.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/testbed.html
r659 r661 84 84 85 85 xinha_config = xinha_config ? xinha_config : new Xinha.Config(); 86 xinha_config.fullPage = true; 86 87 /* 87 88 // We can load an external stylesheet like this - NOTE : YOU MUST GIVE AN ABSOLUTE URL … … 144 145 <form action="javascript:var x = document.getElementById('editors_here');alert(x.myTextArea.value);" id="editors_here" onsubmit="alert(this.myTextArea.value);"> 145 146 <textarea id="myTextArea" name="myTextArea" style="width:100%;height:320px;"> 147 <html> 148 <head> 149 <title>Hello</title> 150 <style type="text/css"> 151 li { color:red; } 152 </style> 153 </head> 154 <body> 146 155 <p> 147 156 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. … … 162 171 <li> Nunc sit amet metus in tortor semper mattis. </li> 163 172 </ul> 173 </body> 174 </html> 164 175 </textarea> 165 176
