Thx Duncan....

Your solution works a treat.

I have managed to resolve the empty string/previous value error after
following the FAQ advice on the SiteObjects page.
http://www.siteobjects.com/siteobjects/soeditor/pro/docs/cf/getting_star
ted/frequently_asked_questions.htm

I needed to force an update using soEditorFieldName.updateFormField()
before testing the value in my javascript.
This is due to a quirk in Internet Explorer.

Regards

Mike



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: 23 March 2004 13:47
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] SOEditor Pro and Word Count Help



you'd probably have to call a function when you submit your form, to do
the check.  haven't tried integrating event handlers with soEditor.  to
limit number of words, you basically count the text as a string with
whitespace as a delimiter.  it's not strictly accurate, e.g: foo

bar

would count as 3 or 4 words, due to the CRLF's between the lines.  i
don't have the actual code you require at hand...

not sure why you're getting empty strings or previous values, sounds
like an error in your Javascript code?


Duncan Cumming
IT Manager

http://www.alienationdesign.co.uk
mailto:[EMAIL PROTECTED]
Tel: 0141 575 9700
Fax: 0141 575 9600

Creative solutions in a technical world

----------------------------------------------------------------------
Get your domain names online from: http://www.alienationdomains.co.uk
Reseller options available!
----------------------------------------------------------------------
----------------------------------------------------------------------



 

                    "Mike

                    Connolly"            To:
<[EMAIL PROTECTED]>                                     
                    <[EMAIL PROTECTED]        cc:

                    .ORG.UK>             Subject:     [ cf-dev ]
SOEditor Pro and Word Count Help                  
 

                    23/03/2004

                    13:23

                    Please

                    respond to

                    dev

 

 




Does anyone know of a way to force a SO Editor Pro entry to be limited
to a set number of words?

I want to restrict users from using more than say 150 words.

I have tried using an OnKeyup javascript event on the SO Editor, but it
simply ignores event calls.

Also, when I attempt to integrate the value of the field OnSubmit I get
an empty string or the previous value prior to amend.

Regards

Mike




-- 
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF
provided by activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]


--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to