Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Mark Forsberg #1
Flash Form Layout Issue
I have the following panel in a flash form. When I attempt to make the button
wider than 90px it breaks the panel, throwing off my entire form. It looks on
the screen that I've only used half of the panel's width. Is there a secret to
laying out the panel so that I can use all of the available space? Do flash
components have a margin around them and can I get rid of it?
Thanks.
<cfformgroup type="panel" width="570" label="Network Name (For LAN Admin USE
ONLY)">
<cfformgroup type="horizontal" >
<cfinput type="text" name="newtwork_name" width="150">
<cfinput type="button" name="updateNetwork" value="Update Network"
width="90">
</cfformgroup>
</cfformgroup>
Mark Forsberg Guest
-
CF FLASH FORM ISSUE
//Hello, I'm trying to use this tabbed flash form with coldfusion. I keep getting an error that I don't understand, can some one help? This is... -
Text Layout In Flash Form
I've serached for an answer and cant seem to find a way to control where text is displayed on my flash form. Basically I want 2 columns of text... -
Flash Form Grid issue
I have a cfGrid with 6 columns the last of which is set to Boolean and contains a checkbox. I want to create buttons that allow the user to "check... -
Flash form layout
How can I position the flash form where I want it? Not just at the the top? If you look at this image, you can see what I am talking... -
CF7 Flash Form Layout Woes
There should be a complete list of properties for laying out Flash Form objects. I'm finding all sorts of undocumented attributes, such as...



Reply With Quote

