Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Date Field Custom Rule Problem 26 Aug 2013 17:49 #10912

When I have a date field on a form I keep getting an error that says

jqv:custom rule not found - time_8980

The 4 digits after time_ varies based on the form but it is showing up on multiple forms

Thanks!
Dave

PS. I have a test project called New project with one table called New table and one front end form called New table item that demonstrates the problem

Please Log in or Create an account to join the conversation.

Date Field Custom Rule Problem 05 Sep 2013 13:43 #11006

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I cannot reproduce the problem.

Validator is well instancied.
4 digits are random because they are using the same class file in php but instancied in a unique name depending of behaviors of the validation to process.
This has been introduced by cook and not joomla native because Joomla is not handling validations correctly to my point of view.
I have to check better latest versions (3.1...) maybe I am wrong.

Well, for your problem, can you see the js code generated ?
what can be the problem ?
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Date Field Custom Rule Problem 05 Sep 2013 14:17 #11008

still getting the error in my test project (just rebuilt) using 2.5 Sandbox

Project: New Project
Table: New Table
View: New Table Item

date input field looks like this:
<input type="text" id="jform_my_date" name="jform[my_date]" class="input-small validate[custom[time_5616]]" value="" size="32"/>

js for validator looks like this:
jQuery.validationEngineLanguage.allRules.time_5616 = {
"regex" : new RegExp("^[0-9]{2}-[0-9]{2}-[1-9][0-9]{3}$", 'i'),
"alertText" : '<span class="msg-prefix">• </span>Incorrect format. Expected : m-d-Y'
}

have no clue why it can't find it?

Thanks!
Dave

Please Log in or Create an account to join the conversation.

Date Field Custom Rule Problem 17 May 2015 10:20 #13017

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
This issue is now fixed since 2.7
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.085 seconds

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started