File tree 1 file changed +7
-14
lines changed
1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
- @page index Home
2
-
3
- Title: Home
1
+ <!-- @page index Home -->
4
2
5
3
The jQuery.dForm plugin allows you to create your HTML forms programmatically from JavaScript objects
6
4
(and therefore JSON, too).
7
5
8
6
Usage:
9
7
10
- (start code)
11
8
var formdata =
12
9
{
13
10
"action" : "index.html",
16
13
[
17
14
{
18
15
"name" : "textfield",
19
- "label " : "Label for textfield",
16
+ "caption " : "Label for textfield",
20
17
"type" : "text",
21
18
"value" : "Hello world"
22
19
},
@@ -30,15 +27,15 @@ Usage:
30
27
31
28
// Or to load the form definition via AJAX
32
29
$("#myform").buildForm("http://example.com/myform.json");
33
- (end)
30
+
34
31
35
32
How to get it:
36
- <Download jQuery.dForm 0.1.3 at http://github.com/downloads/daffl/jquery.dform/jquery.dform-0.1.3.tar.gz>
33
+ [ http://github.com/downloads/daffl/jquery.dform/jquery.dform-0.1.3.tar.gz | Download jQuery.dForm 0.1.4 ]
37
34
38
35
How to get involved:
39
- * Visit the <jQuery.dForm Google Group at http://groups.google.com/group/jquery-dform>
40
- * Fork the project on <GitHub at http://github.com/daffl/jquery.dform/>
41
- * Follow < @ daffl at http://twitter.com/daffl> on Twitter
36
+ * Visit the [ http://groups.google.com/group/jquery-dform | jQuery.dForm Google Group ]
37
+ * Fork the project on [ http://github.com/daffl/jquery.dform/ | GitHub ]
38
+ * Follow [ http://twitter.com/daffl | @ daffl ] on Twitter
42
39
43
40
What it is for:
44
41
@@ -56,7 +53,3 @@ supported out of the box)
56
53
* scaffold forms from business objects of your server side framework
57
54
* have an easy way to include jQuery UI elements and JavaScript validation
58
55
* write JavaScript instead of HTML markup since your page doesn't run without JS anyway
59
-
60
- Examples:
61
-
62
- See some live demos at the <Examples > page.
You can’t perform that action at this time.
0 commit comments