Multipurpose Send Mail Form Builder

v2.0

 

Form design

Image

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

Properties Optional Value type Default value Meaning
type No String   Must be "Image"
name No String   Name of this Image 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 Image on form
y No Int  
width No Int   Width, Height of Image on form
height No Int  
value No String   http link or relative path to image file
toolTip Yes String "" Tooltip of this Image
actions No XML object   List of actions will be run when Image is clicked. Using following structure

<actions>
   <name>actionname1</name>
   <name>actionname2</name>
   ... [other action name]

</actions>

Example

<object>
   <type>Image</type>
   <name>imgIndi1</name>
   <x>360</x>
   <y>400</y>
   <width>90</width>
   <height>80</height>
<value>http://www.freeimageslive.com/galleries/workplace/financial/creditcards1_small.jpg</value>
   <toolTip>This is sample of image from </toolTip>
   <actions>
      <name>OpenForm_Grp1_Sample3</name>
   </actions>

</object>

And the result

    

Back | Table of Contents | Next

 

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