| 13 | | |
| 14 | | * Q: How do I get started ? [http://xinha.python-hosting.com/wiki/NewbieGuide Newbie] |
| 15 | | * Q: Do i need a webserver or can I use the script through file ? |
| 16 | | * A: You need a webserver, else some plugins and other langages than english won't work... |
| 17 | | * Q: Why get the changes only submitted when switching into HTML-Mode? |
| 18 | | * A: Most probably you submit the form using JavaScript (form.submit()), call form.onsubmit() (see #450) |
| | 13 | |
| | 14 | * Q: How do I get started? [http://xinha.python-hosting.com/wiki/NewbieGuide Newbie] |
| | 15 | * Q: Xinha doesn't load though I have set it up according to the NewbieGuide |
| | 16 | * A: make shure _editor_url is set correctly and all files could be loaded |
| | 17 | * A: Check for any !JavaScript errors |
| | 18 | * Q: Do i need a webserver or can I use the script through file:// ? |
| | 19 | * A: You need a webserver, else some plugins and langages other than english won't work... |
| | 20 | * Q: Why get the changes only submitted when switching into HTML mode? |
| | 21 | * A: If you submit the form using !JavaScript (form.submit())you must not have a button with id="submit" in the same form |