Last change
on this file since 11299 was
9227,
checked in by fschoepp, 12 years ago
|
#1888:
- Experiments will be saved as JSON elements within the blob store.
- Added simple model and JSON converters.
- Backend stores and runs experiments.
- Updated interfaces to save/read experiments.
- Added a binding to automatically map incoming JSON ajax requests to experiment models.
- Added the javascript DatatypeMapper to map parameter inputs to the right html elements and vice versa.
- Added smartwizard to generate Wizards for creating new experiments (New.cshtml).
|
File size:
1.4 KB
|
Rev | Line | |
---|
[9227] | 1 | Overview |
---|
| 2 | -------- |
---|
| 3 | Smart Wizard is a flexible jQuery plug-in for wizard like interface. |
---|
| 4 | It allows to group contents into sections and so it saves page space and also gives a neat and stylish interface for users. |
---|
| 5 | |
---|
| 6 | Demos |
---|
| 7 | ----- |
---|
| 8 | [Basic Example](http://techlaboratory.net/labs/SmartWizard2/index.htm) |
---|
| 9 | [Ajax Contents](http://techlaboratory.net/labs/SmartWizard2/smartwizard2-ajax.htm) |
---|
| 10 | [Step Validation](http://techlaboratory.net/labs/SmartWizard2/smartwizard2-validation.php) |
---|
| 11 | [Multiple Wizard](http://techlaboratory.net/labs/SmartWizard2/smartwizard2-multiple.htm) |
---|
| 12 | [Vertical Style](http://techlaboratory.net/labs/SmartWizard2/smartwizard2-vertical.htm) |
---|
| 13 | |
---|
| 14 | Features |
---|
| 15 | -------- |
---|
| 16 | Easy to implement, Minimal HTML required. |
---|
| 17 | Ajax contents loading option. |
---|
| 18 | Cool animation effects on step navigation. (none/fade/slide/slideleft) |
---|
| 19 | Keyboard navigation option. |
---|
| 20 | Horizontal and vertical style step anchors. |
---|
| 21 | Easy step input validation option |
---|
| 22 | Option to highlight error steps |
---|
| 23 | In-built message box |
---|
| 24 | Easy navigation with step anchors and navigation buttons |
---|
| 25 | Can have multiple wizards on same page |
---|
| 26 | Option to enable all steps on first load |
---|
| 27 | |
---|
| 28 | License |
---|
| 29 | ------- |
---|
| 30 | Free to use and modify on both personal and commercial environment |
---|
| 31 | |
---|
| 32 | Creative Commons License |
---|
| 33 | Licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License.](http://creativecommons.org/licenses/by-sa/3.0/) |
---|
| 34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.