Changes between Version 13 and Version 14 of NewbieGuide
- Timestamp:
- 04/07/05 09:11:32 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieGuide
v13 v14 5 5 == Getting Started == 6 6 7 You need to download the Xinha files - DownloadsPage - ''the latest stable release is recommended, as although the nightly release might have some improvements, it could also be broken which will make getting started a whole lot harder!'' '''Normally you would use the latest release, but at the time of writing this, you need to use the "nightly" for it to work''' 7 You need to download the Xinha files - DownloadsPage - the latest stable release is recommended, as although the nightly release might have some improvements, it could also be broken which will make getting started a whole lot harder! '''***''' 8 9 '''*** Normally you would use the latest release, but at the time of writing this, you need to use the "nightly" for it to work''' 8 10 9 11 == Install Files == … … 148 150 it can be the same as the name - just make sure there is only one thing on the page with that ID though! 149 151 150 Now in the code you pasted into the head above (or in your "my_config.js" fileif you did it that way) you need to edit the bit labelled "Step 2" which lists what editors need to be converted.152 Now in the code you pasted into your "my_config.js" file (or in the <head></head> if you did it that way) you need to edit the bit labelled "Step 2" which lists what editors need to be converted. 151 153 152 In the example it lists two: 'myTextArea' and 'anotherOne' - you will need to change 'myTextArea' to whatever you set the ID of your textarea to - in this example we set it to 'newbiearea1'. You will also need to delete the reference to 'anotherOne' as you are currently only converting one area! ( remember here that these values are comma seperated BUT there is no comma after the last value, so your code should look like this:154 In the example it lists two: 'myTextArea' and 'anotherOne' - you will need to change 'myTextArea' to whatever you set the ID of your textarea to - in this example we set it to 'newbiearea1'. You will also need to delete the reference to 'anotherOne' as you are currently only converting one area! ('''remember here that these values are comma seperated BUT there is no comma after the last value'''), so your code should look like this: 153 155 154 156 {{{
