Copy link to clipboard
Copied
I have multiple CFDIVs on my page that load various elements and I'd like to customize the Loading message for each CFDIV. Is there a way to do this?
Copy link to clipboard
Copied
Sure. You can embed the tag on a page in the form:
<cfdiv style="etc" bind="url:example.cfm">
You can then either use the style attribute to customize the DIV's content, or customize the style of the page example.cfm. Unless, of course, you mean something else when you say customize.
Copy link to clipboard
Copied
No, actually what I'm trying to customize is the "Loading..." message that appears before the div completes loading. I'd like to say "XXModule Loading" with the busy animated gif instead of just "Loading..." which appears for every cfdiv until it's loaded.
Copy link to clipboard
Copied
I think it has to do with the line
m['loading']='Loading...'
in the script /CFIDE/scripts/ajax/messages/cfmessage.js. Be aware that this is a generic system script for the entire application server. Changing it would likely affect the message displayed in other tags or functions.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more