Search and Top Navigation
#4014 closed feature (wontfix)
Opened January 30, 2009 08:18PM UTC
Closed January 21, 2010 02:09AM UTC
Last modified May 16, 2010 03:23PM UTC
Need a system to pull demo blocks into jQuery wiki doc pages
Reported by: | fgTodd | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | [meta] ui.docs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Right now, we pull in a bunch of static wiki doc pages directly into the UI site like dev guide:
http://ui-dev.jquery.com/docs/Developer_Guide
Since the wiki html examples look terrible when pulled in, we've been removing them but we need a way to add demos to pages. I'd like us to create a simple comment token that can be 'silently' added to the wiki docs pages. The token could just give the name of the demo to insert, like this:
<!-- insertDemoBlock path="demos/effect_types/effect_all.html -->"
This token would be parsed when we pull the page into our UI site template and would AJAX in a demo block in the token location, just like the other demo page.
I'd like to get this built ASAP so we can include this demo page:
http://jquery-ui.googlecode.com/svn/trunk/demos/effect_types/all_effects.html
...as a block here:
http://ui-dev.jquery.com/docs/Effects/Types
This would require some tweaks to the template file that processed the docs. Anyone want to give it a try?
Attachments (0)
Change History (3)
Changed February 17, 2009 12:46PM UTC by comment:1
milestone: | TBD → 1.6 |
---|
Changed March 08, 2009 02:27PM UTC by comment:2
milestone: | 1.7 → 1.8 |
---|
Changed January 21, 2010 02:09AM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | new → closed |
We're changing all of these systems, so it no longer makes sense to build this.