cfwindow

Refresh cfwindow content

℡╲_俬逩灬. 提交于 2019-12-20 07:33:05
问题 I have a CFWINDOW which displays multiple drop downs that are binded to respective data fetch methods inside a cfc. However the content pulled by these methods are being updated and created simultaneosly in different page. I want the chae to be reflected in my CFWINDOW each time I show/hide my cfwindow. 回答1: Please use the attribute " refreshOnShow = "false|true" in cfwindow tag. It will fetch the latest record of yours. 来源: https://stackoverflow.com/questions/5882720/refresh-cfwindow-content

Update cfselect without form submition

我与影子孤独终老i 提交于 2019-12-12 02:45:42
问题 I have a cfselect which is binded to a query using ajax proxy. I do a update and addition of new values corresponding to the cfselect in a cfwindow of mine I want the user to get always the latest and updated list in the cfselect. Is there a function which i can invoke in the onclick and intern will refresh the cfselect. Please help!!! 回答1: Arasu, It is a big coincidence that I too had a similar sceario to be dealt with. However it goes like this. The solution is: ColdFusion.Bind.assignValue(

Refresh cfwindow content

微笑、不失礼 提交于 2019-12-02 10:05:50
I have a CFWINDOW which displays multiple drop downs that are binded to respective data fetch methods inside a cfc. However the content pulled by these methods are being updated and created simultaneosly in different page. I want the chae to be reflected in my CFWINDOW each time I show/hide my cfwindow. Please use the attribute " refreshOnShow = "false|true" in cfwindow tag. It will fetch the latest record of yours. 来源: https://stackoverflow.com/questions/5882720/refresh-cfwindow-content