Some customization needed

  •  09-10-2005, 9:52 PM

    Some customization needed

    Hi,
    i have used CuteEditor for a while and am quite pleased with it. However, i still need some functionality for my users.
     
    Firstly, most of my users are Vietnamese, so i have to add a function for them to type Vietnamese on an editor. The basis of this function is this, firstly a client page needs to call a javascript file call vietuni.js. Then on the editor text box (<textarea> or <input>) add the event onkeyup="initTyper(this);". You can view the sample about this in this website: http://www.avys.de/js/src/vietuni.html : for example: when you type aa on the editor, it converts it in to a Vietnamese character â, and so on. More of this: 
        oo -> ô
        ee-> ê
        aw -> ă
     
        So, please add this portion of code into the client of the editor: onkeyup="initTyper(this);" for the text box. I can add the other code myself.
     
    Secondly, i notice that the CuteEditor wrapper for CommunityServer version 1.0, does this work for 1.1?
     
    Regard,
    viechinguyen
View Complete Thread