CF_IF_FIELD Question

2008-10-14 Thread Austin Band
I am using the info attribute for cf_if_field. My issue is that the info box 
positions at the top of the form and not by the area being referred to. Is 
there 
a simple way to reposition? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313871
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF_IF_FIELD Question

2008-10-14 Thread Raymond Camden
cf_if_field? What is that?

On Tue, Oct 14, 2008 at 1:03 PM, Austin Band [EMAIL PROTECTED] wrote:
 I am using the info attribute for cf_if_field. My issue is that the info box
 positions at the top of the form and not by the area being referred to. Is 
 there
 a simple way to reposition?




-- 
===
Raymond Camden, VP of Software Dev, Broadchoice

Email: [EMAIL PROTECTED]
Blog  : www.coldfusionjedi.com
AOL IM : cfjedimaster

Keep up to date with the community: http://www.coldfusionbloggers.org

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313872
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF_IF_FIELD Question

2008-10-14 Thread Peter Boughton
cf_if_field? What is that?

It is so tempting to write a patronising reply about custom tags. ;)


But anyway, Google suggests it's part of iFrame (short for Internet 
Framework):
http://cfiframe.sourceforge.net/

And based on this screenshot...
http://cfiframe.sourceforge.net/screenshots/sc4.jpg
...the infobox *does* appear to display next to the appropriate field.

Which would lead me to think that there's a JavaScript error higher up the page 
which is preventing it working for the OP.

Austin: Check if you've got any JavaScript errors? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313875
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF_IF_FIELD Question

2008-10-14 Thread Peter Boughton
I am referring to:
CF_if_Field
CAPTION = Test
NAME = eXAMPLE
INFO = POPUP INFO

This is a third-party custom tag, part of the iFrame framework I linked in my 
other post.
Anything starting cf_ is NOT part of ColdFusion, but is an extension written 
by someone else.

Somewhere in your webroot you will have an if_field.cfm file, which contains 
the CFML code which executes when this tag is used - there might be clues in 
there as to why the info box is not working for you. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313877
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF_IF_FIELD Question

2008-10-14 Thread Gerald Guido
It looks like you are using this. That is the only thing that CF_if_Field
returned on google.
http://cfiframe.sourceforge.net/

This is not standard CF tag, it is custom tag. You will have to ask the ppl
that wrote the tag.

G


On Tue, Oct 14, 2008 at 2:31 PM, Austin Band [EMAIL PROTECTED] wrote:

 I am referring to:
 CF_if_Field
 CAPTION = Test
 NAME = eXAMPLE
 INFO = POPUP INFO




 I am using the info attribute for cf_if_field. My issue is that the info
 box
 positions at the top of the form and not by the area being referred to. Is
 there
 a simple way to reposition?

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313878
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF_IF_FIELD Question

2008-10-14 Thread Austin Band
I am referring to:
CF_if_Field
CAPTION = Test
NAME = eXAMPLE
INFO = POPUP INFO




I am using the info attribute for cf_if_field. My issue is that the info box 
positions at the top of the form and not by the area being referred to. Is 
there 
a simple way to reposition? 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF_IF_FIELD Question

2008-10-14 Thread Austin Band
I did notice that when clicking on the image for the popup I see this message: 
javascript:void(0)


 cf_if_field? What is that?
 
 It is so tempting to write a patronising reply about custom tags. ;)
 
 
 But anyway, Google suggests it's part of iFrame (short for Internet 
 Framework):
 http://cfiframe.sourceforge.net/
 
 And based on this screenshot...
 http://cfiframe.sourceforge.net/screenshots/sc4.jpg
...
 the infobox *does* appear to display next to the appropriate field.
 
 Which would lead me to think that there's a JavaScript error higher up 
 the page which is preventing it working for the OP.
 
 Austin: Check if you've got any JavaScript errors? 


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313894
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4