Multipurpose Send Mail Form Builder

v2.0

 

Form design

DateChooser

This is the Flex DateChooser component. Following properties can be used in XML file

Properties Optional Value type Default value Meaning
type No String   Must be "DateChooser"
name No String   Name of this DateChooser object instance. It is similar to id field of Flex component. This property value must be unique in XML form file.
x No Int   X, Y position of DateChooser on form
y No Int  
width No Int   Width, Height of DateChooser on form
height No Int  
toolTip Yes String "" Tooltip of this DateChooser
fieldTitleInMail No String   String that will appear in mail content, follow with current selected date on DateChooser.

Example

<object>
   <type>DateChooser</type>
   <name>dateChooser1</name>
   <x>10</x>
   <y>420</y>
   <width>200</width>
   <height>200</height>
   <fieldTitleInMail>Your selected date: </fieldTitleInMail>
</object>

And the result

    

Back | Table of Contents | Next

 

Copyright © 2009 Best Flash Solutions, Inc. All rights reserved | Site map