Skip to content

Commit af88cf0

Browse files
author
daffl
committed
Cleanup for 0.1.3 release
1 parent 9c657bc commit af88cf0

9 files changed

+31
-35
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<file name="dform.js" />
4848
<file name="dform.plugins.js" />
4949
<file name="dform.subscribers.js" />
50-
<file name="dform.converters.js" />
50+
<!-- <file name="dform.converters.js" /> -->
5151
<file name="dform.extensions.js" />
5252
</filelist>
5353
</concat>

changelog.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Title: Changelog
22

33
0.1.3:
4-
* Added <form> type to unify <buildForm> usage
5-
* Fixed issue #14, setting type attribute properly in IE
6-
* Added <getValueAt>
7-
* Added <i18n> support using the jQuery global plugin
4+
* Created some public <JSFiddles for trying the plugin at http://jsfiddle.net/user/Daff/fiddles>
85
* Created <jQuery.dForm Google Group at http://groups.google.com/group/jquery-dform>
6+
* Added <form> type, unified <buildForm> usage
7+
* Fixed <issue #14 at https://github.com/daffl/jquery.dform/issues/closed#issue/14>, setting type attribute properly in IE
8+
* Added <getValueAt>
9+
* Added <i18n> support using the <jQuery global at https://github.com/jquery/jquery-global> plugin
10+
* Fixed minor bugs in dform plugins
911

1012
0.1.2:
1113
* Added <dformAttr> to add HTML attributes to elements

doc/files/dform-js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="runAll"></a>runAll</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>runAll : function(</td><td class=PParameter nowrap>options</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Run all subscription functions with given options.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>The options to use</td></tr></table><h4 class=CHeading>Returns</h4><p>The jQuery element this function has been called on</p></div></div></div>
2323

24-
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="formElement"></a>formElement</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>formElement : function(</td><td class=PParameter nowrap>options,</td></tr><tr><td></td><td class=PParameter nowrap>converter</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Creates a form element on an element with given options</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>The options to use</td></tr></table><h4 class=CHeading>Returns</h4><p>The jQuery element this function has been called on</p></div></div></div>
24+
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="formElement"></a>formElement</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>formElement : function(</td><td class=PParameter nowrap>options,</td></tr><tr><td></td><td class=PParameter nowrap>converter</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Creates a form element on an element with given options</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>The options to use</td></tr><tr><td class=CDLEntry>converter</td><td class=CDLDescription>The name of the converter in $.dform.converters that will be used to convert the options</td></tr></table><h4 class=CHeading>Returns</h4><p>The jQuery element this function has been called on</p></div></div></div>
2525

2626
<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="buildForm"></a>buildForm</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>buildForm : function(</td><td class=PParameter nowrap>options,</td></tr><tr><td></td><td class=PParameter nowrap>params,</td></tr><tr><td></td><td class=PParameter nowrap>callback</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p>Build an entire form if the current element is a form and no type has been given for the root element or append a new form if the root element does not have a type given.&nbsp; Otherwise the formElement function will be called on the current element.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>options</td><td class=CDLDescription>The options to use or a url that returns the forms JSON.</td></tr><tr><td class=CDLEntry>params (optional)</td><td class=CDLDescription>Parameters that should be passed to a URL or a &lt;converter&gt; name</td></tr><tr><td class=CDLEntry>callback (optional)</td><td class=CDLDescription>An on success callback when the form is loaded</td></tr></table><h4 class=CHeading>Returns</h4><p>The jQuery element this function has been called on</p></div></div></div>
2727

doc/files2/changelog-txt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
<div id=Content><div class="CSection"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="Changelog"></a>Changelog</h1><div class=CBody><h4 class=CHeading>0.1.3</h4><ul><li>Added <a href="../files/dform-subscribers-js.html#form" class=LType id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">form</a> type to unify <a href="../files/dform-js.html#buildForm" class=LFunction id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">buildForm</a> usage</li><li>Fixed issue #14, setting type attribute properly in IE</li><li>Added <a href="../files/dform-js.html#getValueAt" class=LFunction id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">getValueAt</a></li><li>Added <a href="../files/dform-extensions-js.html#i18n" class=LSection id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">i18n</a> support using the jQuery global plugin</li><li>Created <a href="http://groups.google.com/group/jquery-dform" class=LURL target=_top>jQuery.dForm Google Group</a></li></ul><h4 class=CHeading>0.1.2</h4><ul><li>Added &lt;dformAttr&gt; to add HTML attributes to elements</li><li>Moved <a href="../files/dform-extensions-js.html#placeholder" class=LSubscriber id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">placeholder</a> into a separate plugin</li><li>Added <a href="../files/dform-subscribers-js.html#reset" class=LType id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">reset</a> button type</li><li>Added dynamic form definition loading by passing a URL to the <a href="../files/dform-js.html#buildForm" class=LFunction id=link7 onMouseOver="ShowTip(event, 'tt2', 'link7')" onMouseOut="HideTip('tt2')">buildForm</a> plugin function</li><li>Added <a href="../files/dform-extensions-js.html#ajax" class=LSubscriber id=link8 onMouseOver="ShowTip(event, 'tt7', 'link8')" onMouseOut="HideTip('tt7')">ajax</a> subscriber using the <a href="http://jquery.malsup.com/form" class=LURL target=_top>jQuery form plugin</a></li><li>Added the <a href="../files/dform-js.html#defaultType" class=LFunction id=link9 onMouseOver="ShowTip(event, 'tt8', 'link9')" onMouseOut="HideTip('tt8')">defaultType</a> method to create any HTML element without having to register a type</li><li>Improved build process</li></ul><h4 class=CHeading>0.1.1</h4><ul><li>Separated type and subscriber functions</li><li>Added types <a href="../files/dform-subscribers-js.html#file" class=LType id=link10 onMouseOver="ShowTip(event, 'tt9', 'link10')" onMouseOut="HideTip('tt9')">file</a>, <a href="../files/dform-subscribers-js.html#container" class=LType id=link11 onMouseOver="ShowTip(event, 'tt10', 'link11')" onMouseOut="HideTip('tt10')">container</a>, <a href="../files/dform-subscribers-js.html#hidden" class=LType id=link12 onMouseOver="ShowTip(event, 'tt11', 'link12')" onMouseOut="HideTip('tt11')">hidden</a>, <a href="../files/dform-extensions-js.html#accordion" class=LType id=link13 onMouseOver="ShowTip(event, 'tt12', 'link13')" onMouseOut="HideTip('tt12')">accordion</a>, <a href="../files/dform-subscribers-js.html#checkboxes" class=LType id=link14 onMouseOver="ShowTip(event, 'tt13', 'link14')" onMouseOut="HideTip('tt13')">checkboxes</a> and <a href="../files/dform-subscribers-js.html#radiobuttons" class=LType id=link15 onMouseOver="ShowTip(event, 'tt14', 'link15')" onMouseOut="HideTip('tt14')">radiobuttons</a></li><li>Added auto class generation based on element type</li><li>Finished jQuery UI <a href="../files/dform-extensions-js.html#accordion" class=LType id=link16 onMouseOver="ShowTip(event, 'tt12', 'link16')" onMouseOut="HideTip('tt12')">accordion</a> and unified with <a href="../files/dform-extensions-js.html#tabs" class=LType id=link17 onMouseOver="ShowTip(event, 'tt15', 'link17')" onMouseOut="HideTip('tt15')">tabs</a> usage</li><li>Switched documentation to <a href="http://naturaldocs.org" class=LURL target=_top>Natualdocs</a></li><li>Added build.xml for generating documentation and minifying JavaScript</li></ul><h4 class=CHeading>0.1</h4><ul><li>Initial release</li></ul></div></div></div>
14+
<div id=Content><div class="CSection"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="Changelog"></a>Changelog</h1><div class=CBody><h4 class=CHeading>0.1.3</h4><ul><li>Added <a href="../files/dform-subscribers-js.html#form" class=LType id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">form</a> type, unified <a href="../files/dform-js.html#buildForm" class=LFunction id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">buildForm</a> usage</li><li>Fixed <a href="https://github.com/daffl/jquery.dform/issues/closed#issue/14" class=LURL target=_top>issue #14</a>, setting type attribute properly in IE</li><li>Added <a href="../files/dform-js.html#getValueAt" class=LFunction id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">getValueAt</a></li><li>Added <a href="../files/dform-extensions-js.html#i18n" class=LSection id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">i18n</a> support using the <a href="https://github.com/jquery/jquery-global" class=LURL target=_top>jQuery global</a> plugin</li><li>Created <a href="http://groups.google.com/group/jquery-dform" class=LURL target=_top>jQuery.dForm Google Group</a></li></ul><h4 class=CHeading>0.1.2</h4><ul><li>Added &lt;dformAttr&gt; to add HTML attributes to elements</li><li>Moved <a href="../files/dform-extensions-js.html#placeholder" class=LSubscriber id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">placeholder</a> into a separate plugin</li><li>Added <a href="../files/dform-subscribers-js.html#reset" class=LType id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">reset</a> button type</li><li>Added dynamic form definition loading by passing a URL to the <a href="../files/dform-js.html#buildForm" class=LFunction id=link7 onMouseOver="ShowTip(event, 'tt2', 'link7')" onMouseOut="HideTip('tt2')">buildForm</a> plugin function</li><li>Added <a href="../files/dform-extensions-js.html#ajax" class=LSubscriber id=link8 onMouseOver="ShowTip(event, 'tt7', 'link8')" onMouseOut="HideTip('tt7')">ajax</a> subscriber using the <a href="http://jquery.malsup.com/form" class=LURL target=_top>jQuery form plugin</a></li><li>Added the <a href="../files/dform-js.html#defaultType" class=LFunction id=link9 onMouseOver="ShowTip(event, 'tt8', 'link9')" onMouseOut="HideTip('tt8')">defaultType</a> method to create any HTML element without having to register a type</li><li>Improved build process</li></ul><h4 class=CHeading>0.1.1</h4><ul><li>Separated type and subscriber functions</li><li>Added types <a href="../files/dform-subscribers-js.html#file" class=LType id=link10 onMouseOver="ShowTip(event, 'tt9', 'link10')" onMouseOut="HideTip('tt9')">file</a>, <a href="../files/dform-subscribers-js.html#container" class=LType id=link11 onMouseOver="ShowTip(event, 'tt10', 'link11')" onMouseOut="HideTip('tt10')">container</a>, <a href="../files/dform-subscribers-js.html#hidden" class=LType id=link12 onMouseOver="ShowTip(event, 'tt11', 'link12')" onMouseOut="HideTip('tt11')">hidden</a>, <a href="../files/dform-extensions-js.html#accordion" class=LType id=link13 onMouseOver="ShowTip(event, 'tt12', 'link13')" onMouseOut="HideTip('tt12')">accordion</a>, <a href="../files/dform-subscribers-js.html#checkboxes" class=LType id=link14 onMouseOver="ShowTip(event, 'tt13', 'link14')" onMouseOut="HideTip('tt13')">checkboxes</a> and <a href="../files/dform-subscribers-js.html#radiobuttons" class=LType id=link15 onMouseOver="ShowTip(event, 'tt14', 'link15')" onMouseOut="HideTip('tt14')">radiobuttons</a></li><li>Added auto class generation based on element type</li><li>Finished jQuery UI <a href="../files/dform-extensions-js.html#accordion" class=LType id=link16 onMouseOver="ShowTip(event, 'tt12', 'link16')" onMouseOut="HideTip('tt12')">accordion</a> and unified with <a href="../files/dform-extensions-js.html#tabs" class=LType id=link17 onMouseOver="ShowTip(event, 'tt15', 'link17')" onMouseOut="HideTip('tt15')">tabs</a> usage</li><li>Switched documentation to <a href="http://naturaldocs.org" class=LURL target=_top>Natualdocs</a></li><li>Added build.xml for generating documentation and minifying JavaScript</li></ul><h4 class=CHeading>0.1</h4><ul><li>Initial release</li></ul></div></div></div>
1515

1616
</div><!--Content-->
1717

0 commit comments

Comments
 (0)