Ticket #6224 (new task)
Editor: cleanup test_CustomPlugin.html example
| Reported by: | bill | Owned by: | peller |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Fix and simplify test_CustomPlugin.html example code.
- test_CustomPlugin.html code is getting errors (see IE6, it prints "syntax error" in the console, twice)
- the dialog header and horizontal bar don't show up correctly on IE; for purposes of example, can just remove them (dropDown.title + "<hr>")
- i18n stuff is not needed for the example (hardcode strings instead)
- code for URL regex is not needed
- code for <img> tags is not needed (anywhere "img" appears in the code)
- further simplifications based on above changes (removing variables, etc.)
Change History
Note: See
TracTickets for help on using
tickets.