Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdownify the Readme #15

Merged
merged 1 commit into from Jan 18, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
49 changes: 29 additions & 20 deletions README → README.md
@@ -1,54 +1,63 @@
The jquery.Formbuilder plugin is a jQuery plugin that allows you add jQuery.FormBuilder
a form-creation, display, and basic validation tool into your application. ==================
The jquery.Formbuilder plugin is a jQuery plugin that allows you add a
form-creation, display, and basic validation tool into your application.


The API and example code has been left open for you to override, assuming that The API and example code has been left open for you to override,
you want complete control over how the form data is saved and loaded. However assuming that you want complete control over how the form data is saved
we have provided some basic database loading/saving examples using PDO for MySQL. and loaded. However we have provided some basic database loading/saving
examples using PDO for MySQL.


Please report all issues, bugs, and feature suggestions Please report all issues, bugs, and feature suggestions
to: https://snowy-evening.com/botsko/jquery-form-builder/ to: https://snowy-evening.com/botsko/jquery-form-builder/


The tool interface is constructed using form data presented in JSON format The tool interface is constructed using form data presented in JSON
by the server. The php class assists you with storing the data, format by the server. The php class assists you with storing the data,
generating the json, generating the html form, and processing the data. generating the json, generating the html form, and processing the data.


A demo of this version may be found at http://botsko.net/Demos/formbuilder/ A demo of this version may be found at
http://botsko.net/Demos/formbuilder/


Please feel free to fork the project and provide patches back. Please feel free to fork the project and provide patches back.
Please let us know how you're using this product! Please let us know how you're using this product!




Version 0.4 - 20111215 ### Version 0.4 - 20111215
- Removing old XML-based form loading system, moving to pure JSON - Removing old XML-based form loading system, moving to pure JSON
- Removing internal serialization system in favor of json formatting - Removing internal serialization system in favor of json formatting
- Adding example mysql storage methods to the load, save process (PDO-based so other databases may be used) - Adding example mysql storage methods to the load, save process
- Incorporated a required attribute bug fix: https://snowy-evening.com/botsko/jquery-form-builder/8/ (PDO-based so other databases may be used)
- Dumped a ton of unnecessary complexity of encoding/decoding and array vars - Incorporated a required attribute bug fix:
https://snowy-evening.com/botsko/jquery-form-builder/8/
- Dumped a ton of unnecessary complexity of encoding/decoding and array
vars
- Changed process() to return an array of errors, not a string - Changed process() to return an array of errors, not a string
- Added sample response saves to db, only on good validation - Added sample response saves to db, only on good validation


Version 0.3.1 - 20110722 ### Version 0.3.1 - 20110722
- Corrected issue with reserved words breaking support for Safari, Opera, IE - Corrected issue with reserved words breaking support for Safari,
Opera, IE
- Corrected issue with example-save expecting old POST key - Corrected issue with example-save expecting old POST key


Version 0.3 - 20110619 ### Version 0.3 - 20110619
- Compatible with latest jQuery, jQueryUI and jquery.scrollTo - Compatible with latest jQuery, jQueryUI and jquery.scrollTo
- CSS moved into a separate file - CSS moved into a separate file
- Applied jsbeautifier and jshint on code - Applied jsbeautifier and jshint on code
- Added control box target element option - Added control box target element option
- Added localization support - Added localization support
- Improved dynamic loading, unique ID handling for multiple formbuilder-instances - Improved dynamic loading, unique ID handling for multiple
formbuilder-instances
- Removed scrollTo dependency in favour of jQuery.animate() - Removed scrollTo dependency in favour of jQuery.animate()
- Added json backend, to replace/as alternative to xml - Added json backend, to replace/as alternative to xml
- Example html switched to latest html doctype - Example html switched to latest html doctype


Version 0.2 - 20100806 ### Version 0.2 - 20100806
- Upgraded to scroll.to 1.4.2 - Upgraded to scroll.to 1.4.2
- Added ability to sort form fields. - Added ability to sort form fields.
- Added in basic build scripts for easier releases - Added in basic build scripts for easier releases
- Minor code cleanup - Minor code cleanup
- Hash bug fix - Hash bug fix


Version 0.1 - 20090922 ### Version 0.1 - 20090922
- Complete initial release using much of the functionality copied - Complete initial release using much of the functionality copied from
from AspenMSM, an excellent cms tool from Trellis Development. AspenMSM, an excellent cms tool from Trellis Development.