Opened 18 years ago
Closed 18 years ago
#1139 closed New Feature (duplicate)
Create Word Count button
Reported by: | Aung Khant | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description ¶
Dear Fred and developers,
The word count button will count values in text area by way of -
- word [Use Regex to determine space]
- character [ FCKeditor.values.length - length of Regex(whitespace characters) ]
- line [Use Regex to determine line break characters]
- paragraph [Use DOM to count p tag]
Thank you so much for your time, consideration and hardwork.

Change History (1)
comment:1 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |

dup of #854