|
Revision 1128, 0.7 kB
(checked in by douglas, 4 years ago)
|
|
FIXED Ticket #1338 Autodetect _editor_url and adds some options for passing arguments
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 | <head> |
|---|
| 5 | <title>Xinha Newbie Guide</title> |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 7 | |
|---|
| 8 | <script type="text/javascript" src="../XinhaLoader.js?lang=en&skin=silva"> |
|---|
| 9 | _editor_icons = "Tango" |
|---|
| 10 | </script> |
|---|
| 11 | <script type="text/javascript" src="XinhaConfig.js"></script> |
|---|
| 12 | </head> |
|---|
| 13 | <body> |
|---|
| 14 | |
|---|
| 15 | <form action=""> |
|---|
| 16 | <div> |
|---|
| 17 | <textarea id="myTextArea" name="myTextArea" rows="25" cols="50" style="width: 100%"></textarea> |
|---|
| 18 | </div> |
|---|
| 19 | </form> |
|---|
| 20 | </body> |
|---|
| 21 | </html> |
|---|