Matt Robertson wrote: > Hey Rick, how tough would it be to pull 1.13 (or whatever it is I > have) and put 1.14 in its place? Just swap out the cffm directory? I > am using it as the FCKEditor file manager.
Easy - all you'll have to do is make sure you keep your original cfinvokeargument configurations from the top of cffm.cfm > Also when called from within FCK I have noticed that there are no > scrollbars in the file list window. If I have a lot of files I am... > well, screwed. It doesn't *seem* as if you are doing this within > CFFM, but I have also had no luck finding where, if anywhere, FCK is > specifying no scrollbars for that window. Any insight on that? Look for FCKeditor/editor/dialog/common/fck_dialog_common.js In that file look for sOptions = those are the window options. You'll want to add scrollbars=auto The *NEW* version of FCKeditor has this already. They must've added it to 2.3, 2.31, or 2.32.... rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257567 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

