Multipurpose Send Mail Form Builder

v2.0

 

Form design

MSMF component by default has no component (except send mail and reset button which are invisible). To create form, user must add Flex components and its properties using our XML file structure (see Examples)

General structure of XML file for design MSMF form is split into 2 parts:

<?xml version="1.0"?>
<configuration>

     [General form configuration]

</configuration>

<formlist>

     [List of subform groups]

</formlist>

<actionlist>

     [List of actions]

</actionlist>

<objectlist>

     [List of components configuration]     

</objectlist>

General form configuration part contains properties of form, send button and reset button such as: PHP send mail script, form title, color, x, y, width, height... For detail of this part, refer to General form configuration.

List of subform groups declare subforms corresponding to MSMF object recursively. These can be control (show/hide) by other form components such as Button, Image, ComboBox... This is the optional part.

List of actions declare actions used in form. Action can be show/hide form, open link. This is the optional part.

List of components configuration part declares list of components and its properties which are added to form. This helps to create form GUI.

<component 1>

<component 2>

...

<component n>

Each component is defined in <object></object> XML tag.

Following is the list of components which can be added to MSMF:

Label

TextInput

TextArea

ComboBox

Image

RadioButton

RadioButtonGroup

CheckBox

RichTextEditor

FLVPlayer

FileUpload

Button

DateChooser

Click these links for detail of using corresponding components. You should also see Examples.

Back | Table of Contents | Next

 

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