Changes between Version 34 and Version 35 of FrequentlyAskedQuestions
- Timestamp:
- 02/26/07 00:07:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v34 v35 8 8 9 9 * Q: How can I help the project ? 10 * A: Use the editor with eyes open and tell us how t improve it [wiki:Tickets Tickets]10 * A: Use the editor with eyes open and tell us how to improve it [wiki:Tickets Tickets] 11 11 * A: Check the timeline and participate in ticket discussions 12 12 * A: Help users by sharing your experience and answering questions in the forum and/or expanding the wiki … … 18 18 19 19 * Q: How do I get started? [http://xinha.python-hosting.com/wiki/NewbieGuide Newbie] 20 * Q: Xinha doesn't load though I have set it up according to the NewbieGuide 21 * A: make shure _editor_url is set correctly and all files could be loaded 22 * A: Check for any !JavaScript errors 20 23 21 * Q: Do i need a webserver or can I use the script through file:// ? 24 22 * A: You need a webserver, else some plugins and langages other than english won't work... 25 * Q: Why get the changes only submitted when switching into HTML mode?26 * A: If you submit the form using !JavaScript (form.submit())you must not have a button with id="submit" in the same form27 23 * Q: How can I change the default editor CSS? ([http://xinha.gogo.co.nz/punbb/viewtopic.php?id=455 default CSS]) 28 24 29 25 == Editor usage == 30 26 31 * Q: How to insert a <br> tag ? [http://xinha.gogo.co.nz/punbb/viewtopic.php?id=97 Carriage return] 27 * Q: How to insert a <br> tag ? 28 * Use Shift+Enter 29 * To change the behaviour of unshifted enter, in Mozilla set xinha_config.mozParaHandler = "built-in". In IE there is now way to change this. 32 30 33 31 == Configuration == … … 44 42 == Troubles == 45 43 44 * Q: Xinha doesn't load though I have set it up according to the NewbieGuide 45 * A: make shure _editor_url is set correctly and all files could be loaded 46 * A: Check for any !JavaScript errors 46 47 * Q: I have done everything explained in newbie document but the texts are always in english, how can I use my language file ? 47 * A 1: Make sure your language file is up to date.48 * A 2: The translation system (i18n) will only work if you have a webserver.48 * A: Make sure your language file is up to date. 49 * A: The translation system (i18n) will only work if you have a webserver. 49 50 * Q: My text appears strangely in my textarea ? 50 51 * A: You should entitize data put into textareas [wiki:Entize Entitize data] 52 * Q: Why get the changes only submitted when switching into HTML mode? 53 * A: If you submit the form using !JavaScript (form.submit())you must not have a button with id="submit" in the same form 51 54 52 55 == Developers ==
