== Newbie Guide == [wiki:NewbieGuideFrance Version française]. Firstly, this page is always being improved, so if you don't understand something, or you want to do something more with Xinha, then please post a message in the [http://xinha.gogo.co.nz/punbb/viewforum.php?id=1 forum]. == Getting Started == 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! == Install Files == Copy contents of the download into your web project and put them in a directory such as "xinha/". This means in your "xinha" directory will contain "examples", "images", "lang", "plugins", "modules", "popups", "skins" and a set of files. We recommend keeping the examples folder as it is an excellent reference if you want to customise anything later. E xamples can be run and seen already now on your web project at "xinha/examples/full_example.html". == Page Code == Now you need the following code on your page, to turn an existing }}} it can be the same as the name - just make sure there is only one thing on the page with that ID though! Now in the code you pasted into your "my_config.js" file (or in the if you did it that way) you need to edit the bit labelled "Step 1" which lists what editors need to be converted. 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'('''remember here that these values are comma seperated BUT there is no comma after the last value'''), so your code should look like this: {{{ #!text/x-javascript xinha_editors = xinha_editors ? xinha_editors : [ 'newbiearea1' ]; }}} == Thats It! == Your X-Area will now appear when the page has finished loading. You can now, if you want to, go on with configuring the editor. You can find a [wiki:Documentation/ConfigVariablesList list of available options] here. Remember if you encounter any problems, don't hesitate to ask [http://xinha.gogo.co.nz/punbb/viewtopic.php?pid=255#p255 on the forum] and we will clear it up and do our best to make sure no-one else runs into the same thing!