CFJS Revisited (update)
I've successfully added HTMLCodeFormat() and HTMLEditFormat() functions to CFJS and have checked the new code into the repository as version 1.1.10.
But I've got more to do. Looking through some old notes, I found that I still needed to add the following:
- NumberFormat()
- ArrayAverage()
- ArrayClear()
- ArrayDeleteAt()
- ArrayInsertAt()
I will of course, still be working on a demo page as well.
I've considered adding some of the LS (local specific) functions, but I don't use any of them myself. I can understand that some people might though, and if I'm to work on any implementations of those, I guess I'd ask that people request the ones they need and then provide me with the local specific information I would need to complete the addition. For instance, I'm aware that some countries swap the meaning of the comma and the period in numbers separating thousands with a period and using a comma for the decimal, but I have no idea which countries do that or what else other countries might do that's different.
Better yet, contribute! Go ahead and code any local specific function you might want to use and submit it to me. Others have done that in the past, and I'm glad to incorporate their work into the project.
All that said, the demo page and the functions I mentioned by name above are the tasks to which I'll give priority.



There are no comments for this entry.
[Add Comment] [Subscribe to Comments]