restfulform Element

Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | About

Table of Contents

1 RESTful Form Element - #restful_form {}

The #restful_form{} element produces an HTML form element. The form element is necessary if your website has to work without javascript. It is not necessary for a pure ajax/javascript driven website.

Usage

#restful_form { 
   method=post|get,
   action="/formdest",
   enctype="multipart/form-data",
   body=FormElements
}

Attributes

method - (string)
Set the request-method (typically 'post' or 'get')
action - (string)
Set the target-url of the form submit. If left blank, the same page module is used as target.
enctype - (string)
Sets the encoding for the form transmission.
body - (string)
Contains the elements of the form

Date: 2012-10-18 03:24:47 CDT

Author: Steffen Panning

Org version 7.8.02 with Emacs version 23

Validate XHTML 1.0

Comments

Note:To specify code blocks, just use the generic code block syntax:
<pre><code>your code here</code></pre>


comments powered by Disqus