Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

Does anyone have an example of using onvalidate with an editable ( applet) CFGRID.

$
0
0

How do you access the form values in javascript using the variables that are passed to the onvalidate function? I cannot find an example anywhere.

 

<cfform>

<cfgrid name = "FirstGrid" width = "500" height="500"  bgcolor="##FFF8DC"

   onvalidate="validateMyFields"

   query = "GetCourses" insert = "Yes" delete = "Yes"

   font = "Tahoma"

  rowHeaders = "No"

   colHeaderBold = "Yes"

   selectMode = "EDIT"

   insertButton = "Insert a Row" deleteButton = "Delete selected row" >

</cfgrid><br>

<cfinput type="submit" name="gridEntered">

</cfform>

 

<script>

function validateMyFields(form, field, value) {

        // What do you do to acces the value of the fields in the cfgrid here???

}

</script>


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>