Expert Committee Submits its Report on Determining Methodology for Fixing National Minimum Wage, Ministry of Labour and Employment Click here

Feedback

From Arthapedia
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
<emailform>
+
<postform name="FormName" to="Recipient email" subject="Email Subject" from="Sender email">Form Title
{|
+
        <itext title="Field title" name="field_name(will be displayed in the letter)"/> - input string
| Name: || <emailform name=40 /> || (optional)
+
        <itextarea title="Field title" name="field_name"/> - textarea
|-
+
        <iselect title="Field title" name="field_name"> - dropdown list (select)
| Email: || <emailform from=40 /> || (optional, unless you'd like a reply)
+
                <ioption/> - empty item
|-
+
                <ioption>item value</ioption>
| Comments:
+
        </iselect>
| colspan="2" | <emailform comments=80x8 />
+
        <iselect title="Field title" name="field_name"> - dropdown list v.2
|-
+
                <source>Uploaded FileName</source>
| colspan="3" align="center" | <emailform submit="Send Comments" />
+
        </iselect>
|}
+
        <iselect title="Field title" name="field_name"> - dropdown list v.3
</emailform>
+
                <dbsource>
<emailform result>
+
                        <server>DB server address</server>
Thanks for your comments!
+
                        <type>DB type (MySQL, MSSQL)</type>
{| width="300px"
+
                        <database>DB name</database>
| '''From:''' <emailform name /> <emailform from/><br />
+
                        <user>DB username</user>
'''Comments:''' <emailform comments />
+
                        <password>DB password</password>
|}
+
                        <table>Table</table>
</emailform>
+
                        <field>Field</field>
 +
                        <cond>SQL-condition</cond>
 +
                </dbsource>
 +
        </iselect>
 +
        <radiogroup title="Group Name" name="field_name"> - Group of radiobuttons
 +
                <iradio title="Title" value="Value"/>
 +
        </radiogroup>
 +
        <icheckbox title="Single checkbox title" name="field_name" value="Value"/> - single checkbox
 +
        <checkboxgroup title="Title of group"> - checkbox group
 +
                <icheckbox title="Title" value="Value">
 +
                <icheckbox title="Title" checked="">
 +
        </checkboxgroup>
 +
        <ibutton title="Button text"/> - submit button
 +
        <formsenttext>Text with a successful form submission</formsenttext>
 +
</postform>

Revision as of 03:40, 5 September 2011

<postform name="FormName" to="Recipient email" subject="Email Subject" from="Sender email">Form Title

       <itext title="Field title" name="field_name(will be displayed in the letter)"/> - input string
       <itextarea title="Field title" name="field_name"/> - textarea
       <iselect title="Field title" name="field_name"> - dropdown list (select)
               <ioption/> - empty item
               <ioption>item value</ioption>
       </iselect>
       <iselect title="Field title" name="field_name"> - dropdown list v.2
               <source>Uploaded FileName</source>
       </iselect>
       <iselect title="Field title" name="field_name"> - dropdown list v.3
               <dbsource>
                       <server>DB server address</server>
                       <type>DB type (MySQL, MSSQL)</type>
                       <database>DB name</database>
                       <user>DB username</user>
                       <password>DB password</password>
Table
                       <field>Field</field>
                       <cond>SQL-condition</cond>
               </dbsource>
       </iselect>
       <radiogroup title="Group Name" name="field_name"> - Group of radiobuttons
               <iradio title="Title" value="Value"/>
       </radiogroup>
       <icheckbox title="Single checkbox title" name="field_name" value="Value"/> - single checkbox
       <checkboxgroup title="Title of group"> - checkbox group
               <icheckbox title="Title" value="Value">
               <icheckbox title="Title" checked="">
       </checkboxgroup>
       <ibutton title="Button text"/> - submit button
       <formsenttext>Text with a successful form submission</formsenttext>

</postform>

Personal tools
Variants
Actions
Navigation
Concepts
Share Tools
Toolbox
Translate