macromedia.coldfusion.flash_integration
[Top] [All Lists]

Flash calendar control

Subject: Flash calendar control
From: "rjproctor" <webforumsuser@xxxxxxxxxxxxxx>
Date: Wed, 15 Aug 2007 19:05:00 +0000 (UTC)
Newsgroups: macromedia.coldfusion.flash_integration

I am trying to add a flash calendar control to an existing HTML page. But when 
I do it pushes the HTML page to the bottom of the screen and there is a bunch 
of white space. 

 <cfform format="flash" preservedata="yes">

 <cfformgroup type="horizontal">

 <cfinput name="StartDate"
          label="Report Start Date"
          type="datefield"
          width="100" >
 <cfinput name="Enddate"
          label="Report End Date"
          type="datefield"
          width="100">

 <cfinput name="btnSubmit"
          type="submit"
          value="Process">
 </cfformgroup>
 </cfform>


<Prev in Thread] Current Thread [Next in Thread>
  • Flash calendar control, rjproctor <=