| 5 | | You need to symlink things to work |
|---|
| | 6 | Very simply it provides a helper with a function, `accessible_form_tag()` |
|---|
| | 7 | which acts just like `form_tag()` but adds a stylesheet and some javascript. |
|---|
| | 8 | The result is nicely structured forms using semantic markup. |
|---|
| | 9 | |
|---|
| | 10 | == Installation == |
|---|
| | 11 | |
|---|
| | 12 | This plugin is only available via svn. If you would like to make this a pear |
|---|
| | 13 | package please contact the maintainer (Dave Dash). |
|---|
| | 14 | |
|---|
| | 15 | {{{ |
|---|
| | 16 | cd plugins/ |
|---|
| | 17 | svn co http://svn.symfony-forge.com/plugins/ddAccessibleFormPlugin ddAccessibleFormPlugin |
|---|
| | 18 | }}} |
|---|
| | 19 | |
|---|
| | 20 | Then create the proper symlink: |
|---|
| | 26 | |
|---|
| | 27 | == jQuery == |
|---|
| | 28 | |
|---|
| | 29 | The `cmxform.js` forces `label` tags to use the `inline-box` display style. |
|---|
| | 30 | It currently depends on the `jquery` javascript library. A copy of |
|---|
| | 31 | `jquery.js` is bundled and will be used unless overridden by the |
|---|
| | 32 | `SF_JQUERY_WEB_DIR` setting. |
|---|
| | 33 | |
|---|
| | 34 | It's not recommended to mix multiple libraries. If you use YUI, moo tools or |
|---|
| | 35 | prototype, it might be wise to create an alternate `cmxform.js` for your |
|---|
| | 36 | platform. If you create such a package please let the maintainer (Dave Dash) |
|---|
| | 37 | know and he'll gladly include it in this plugin. |
|---|
| | 38 | |
|---|
| | 39 | == Maintenance/Authors == |
|---|
| | 40 | |
|---|
| | 41 | This plugin is currently maintained by Dave Dash @ |
|---|
| | 42 | [http://spindrop.us/ spindrop.us]. If you'd like to contribute please contact |
|---|
| | 43 | him with patches. |
|---|
| | 44 | |
|---|
| | 45 | == Changelog == |
|---|
| | 46 | |
|---|
| | 47 | 2008-01-07 Updated README |
|---|
| | 48 | |
|---|
| | 49 | == Todo == |
|---|
| | 50 | |
|---|
| | 51 | * Impliment in YUI |
|---|
| | 52 | * Impliment in moo tools |
|---|
| | 53 | * Impliment in Prototype |
|---|
| | 54 | * Create PEAR package |
|---|