search : jim ward

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

2609718 CF-3793678 AJAX Jim Ward cfmenu no longer works when nested in cflayout type="border" Problem Description:If you include cfmenu within a cflayoutarea you receive a javascript error and nothing is rendered. Steps to Reproduce: Use the following code snippet to reproduce
2608775 CF-4006270 Database Jim Ward The CF10 script query object adds spaces in quotes Problem Description: When there are several quotes in a row (for escaping purposes) such as ''', 3 single quotes, the CF10 style query object adds a space, breaking the query. In CF 11 you can use query
2609190 CF-3914309 AJAX : UI Components Jim Ward body div created for cfwindow has "-body" instead of "_body" so _body.innerHTML does not work. Problem Description: The body div created for cfwindow has an id of "-body" (dash) instead of underscore "_body" so the _body.innerHTML does not work
2609191 CF-3914301 AJAX Jim Ward The code obj.value.length in _CF_hasValue function in cfform.js fails in IE 9 (maybe 10) on a textarea Problem Description: When using form validation on a textarea in IE9 it fails on the function _CF_hasValue on the line of code that says "if(obj.value.length==0
2609720 CF-3793029 AJAX Jim Ward ajaxonload executes before grid object is available Duplicate ID: CF-3697683 Problem Description: When trying to use any ColdFusion.grid related function in a function that is called by ajaxOnLoad, the grid object is not available. This worked in Coldfusion 10