Opened 17 years ago

Closed 17 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 -

  1. word [Use Regex to determine space]
  2. character [ FCKeditor.values.length - length of Regex(whitespace characters) ]
  3. line [Use Regex to determine line break characters]
  4. paragraph [Use DOM to count p tag]

Thank you so much for your time, consideration and hardwork.

Change History (1)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #854

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy