Have you looked at 
/core/webtop/thirdparty/jquery-validate/additional-methods.js ? add the 
following to your projects or plugins _serverSpecificVarsAfterInit.cfm 

 <skin:registerJS     id="jquery-validate-additional"
                    baseHREF=
"#application.url.webtop#/thirdparty/jquery-validate"
                    lFiles="additional-methods.js"
                       bCombine="false" />

See https://farcry.jira.com/wiki/display/FCDEV60/Client+Side+Validation 

Have not tried the following but it should work, to add any extra 
validation directly to the /cache JS file.
 <skin:registerJS     id="jquery-validate-additional"
                    
baseHREF="#application.url.webtop#/thirdparty/jquery-validate"
                    lFiles="additional-methods.js"
                    <cfoutput>
                    put your extra validation code in here...
                    </cfoutput> 
                       bCombine="false" />


Chris.


On Sunday, 24 February 2013 16:24:00 UTC, Marco van den Oever wrote:
>
> Of course i can set it in jquery.validate.js :) Case solved...
>
> Op zondag 24 februari 2013 15:25:55 UTC+1 schreef Marco van den Oever het 
> volgende:
>>
>> Hi all, in my form I want to check if a entered value is matching the 
>> verification code that is displayed for the user to fill in.
>> So do i have to add this validation in validation.js or can i do 
>> something fancy with ftvalidation?
>>
>> Thanks!
>>
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to