Multipurpose Send Mail Form Builder

v2.0

 

Form design

RichTextEditor

This is the Flex RichTextEditor component (multiline, HTML format). Following properties can be used in XML file

Properties Optional Value type Default value Meaning
type No String   Must be "RichTextEditor"
name No String   Name of this RichTextEditor object instance. It is similar to id field of Flex component. This property value must be unique in XML form file.

It is a variable that is POSTed with HTML content of RichTextEditor instance to PHP script for your extra purpose

x No Int   X, Y position of RichTextEditor on form
y No Int  
width No Int   Width, Height of RichTextEditor on form
height No Int  
require Yes Boolean false Used for validation. When Send button is pressed, if this RichTextEditor, with require=true, is empty, so red border of this RichTextEditor will be appeared to indicate result of failed validation.
value Yes String "" Default text displayed in RichTextEditor component. It is also used when press Reset button.
fieldTitleInMail No String   String that will appear in mail content, follow with current RichTextEditor value
toolTip Yes String "" Tooltip of this RichTextEditor

Example

<object>
   <type>RichTextEditor</type>
   <name>txtMessage</name>
   <x>0</x>
   <y>180</y>
   <width>350</width>
   <height>300</height>
   <require>true</require>
   <value>I think this product ... </value>
   <fieldTitleInMail>Rich message</fieldTitleInMail>
   <toolTip></toolTip>
</object>

And the result

      

Note:

  • With RichTextEditor, user can input rich text format which is converted to HTML in mail content. For example

      

Back | Table of Contents | Next

 

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