Groups | Blog | Home
all groups > coldfusion flash integration > july 2005 >

coldfusion flash integration : Various Questions


Stormpool
7/22/2005 12:00:00 AM
My head is spinning, so I apologise if nothing makes sense...

Before I talk about my flash form, I just noticed in this forum there's 500+
topics in this forum but no page to page browsing? Just says pg1...

I've made a form with a datagrid.. the lower section of the form is bound to
the selected item in the grid, there's save button to update that item once
values have been changed.. This can be viewed at the following address..

}"

onchange="gridNews.dataProvider.editField(gridNews.selectedIndex, 'news_id',
news_id.text);">

But this creates a space on the form where this invisible input would be. Any
ideas on getting around this?

And one last thing, don't suppose anyone knows of any books coming up covering
everything about creating flash forms in CFM?

Thanks to anyone who takes the time to read this post.. I've never felt so
frustrated! TFI Friday

Cheers, Dan
drforbin1970
7/26/2005 8:08:32 PM
Not sure what you're asking on the bind question.

But, I've had the same frackin problem with flash form hidden fields, seems
they're not recognized. I wound up doing as you did, making them text and
visibility false to hide them. They did take up real estate on the page but I
added the following to cut down on the size:
<cfinput type="text" name="boo" visible="false" width="1" height="1"
style="fontSize:1" size="1">

Shrinks it down to practically nothing on the page.
Stormpool
7/27/2005 8:24:45 AM
Thanks for that invisible input trick..

I fixed my binding checkbox, took a look at some code on an example on the
following site

http://www.asfusion.com/blog/category/cfform

Very useful site..
AddThis Social Bookmark Button