Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Ian O'Betz #1
CF and Flash Forms
I think this is where I should be posting this since I am having a tough
time in the other forums getting a solution.
I'm working on some forms in coldfusion 7 and to my knowledge, it uses flex.
I have a grid populated with addresses. When an address is selected, the
form below the address is populated with the values. I have added a delete
button and I want to give it a confirm action. I've been able to
successfully add the alert class to a "button" type (but receive error when
it's on "submit" type input - another issue I guess). I am having a hard
time getting the variables to be passed back to the form once a yes or no
button is hit on the confirm message. Here is the code I have:
<cfinput type="button" name="test" value="Confirm" onclick="testview.text =
alert('Confirm please...','WARNING',YES|NO,this,YES)" />
<cfinput name="testview">
I've tried a bunch of different variations of this code with no success.
This generates an alert error message:
Unhandled Event: There is no handler for a click event.
What next?
--
Ian O'Betz
Clear Results Sytem Operator
[url]www.clearresults.net[/url]
Ian O'Betz Guest
-
Flash Forms
I am looking at using flash forms but if I drag a window onto the stage and then put text into it just goes behind it. Anyone got a beginners... -
Flash Forms.....
I was curious how to get a full date time in the <cfinput type="DateField"/> tag to give the time as well as the date. Is there a way to get the... -
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
EMBEDDING FLASH MOVIES INTO FLASH FORMS
Is there a way? EMBEDDING FLASH MOVIES INTO FLASH FORMS -
Can you use flash forms on a cd
Hi, I want to create a form on a cd that the customer can fill in and send the information to us. Does anyone know how to get the information sent... -
amers #2
Re: CF and Flash Forms
This is just a guess, so I could be wrong here...
but, why not just use javascript to confirm?
amers Guest
-
Ian O'Betz #3
Re: CF and Flash Forms
The forms are flash forms. I understand that javascript doesn't work as well
as ActionScript.
--
Ian O'Betz
Clear Results
[url]www.clearresults.net[/url]
"amers" <webforumsuser@macromedia.com> wrote in message
news:cvit1t$pjr$1@forums.macromedia.com...> This is just a guess, so I could be wrong here...
>
> but, why not just use javascript to confirm?
Ian O'Betz Guest



Reply With Quote

