Changes between Version 3 and Version 4 of Documentation/Customise

Show
Ignore:
Timestamp:
03/11/05 19:25:48 (8 years ago)
Author:
akaEdge (IP: 83.146.34.169)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Customise

    v3 v4  
    66The recommended way of customising Xinha is to either create a new file which contains your config changes or to make them on the page containing the <textarea> itself, rather than opening up htmlarea.js and making changes directly there. This is because when bugs are corrected and new features implemented, the release will include new versions of files such as htmlarea.js and your changes will be lost when you upgrade. 
    77 
    8 For the purpose of this documentation we will say the config changes are either in a file called "my_config.js" or included in the <head></head> code as shown in the NewbieGuide - either way is fine. We will also assume that you have the basic code in place in the my_config.js or <head></head> as shown in the NewbieGuide, that is the code commented with the STEPS 1 - 5 as it sometimes does matter where you place your new config options. 
     8For the purpose of this documentation we will say the config changes are either in a file called "my_config.js" or included in the page directly (preferably in the <head></head> section) as shown in the NewbieGuide - either way is fine. We will also assume that you have the basic code in place as shown in the NewbieGuide - that is, the code commented with the STEPS 1 - 5 as it will sometimes matter where your new config options are placed. 
    99 
    1010== Index ==