History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1074
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Patrick Lightbody
Reporter: Patrick Lightbody
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

AJAX docs screwed up

Created: 07/Jan/06 10:46 PM   Updated: 09/Jan/06 10:18 PM
Component/s: Views
Affects Version/s: 2.2
Fix Version/s: 2.2


 Description  « Hide
These pages are a complete mess:

http://wiki.opensymphony.com/display/WW/div
http://wiki.opensymphony.com/display/WW/a
http://wiki.opensymphony.com/display/WW/tabbedPanel
http://wiki.opensymphony.com/display/WW/submit
http://wiki.opensymphony.com/display/WW/Configured+for+AJAX

The tag pages (div, a, tabbedPanel, and submit) should NOT spent a lot of time talking about AJAX features. Remember: they are supposed to be generic tags with different theme implementations. Instead, defer specific discussions to the ajax theme page (http://wiki.opensymphony.com/display/WW/ajax+theme) or sub-pages there-of.


 All   Comments   Change History      Sort Order:
Patrick Lightbody - [08/Jan/06 06:58 PM ]
OK, I've done some work on this. The basic theme of this work is that the _tags_ should not document ajax features. Rather, the _template_ documentation should. Also, the "Configured for AJAX" section is somewhat worthless now that we have the head tag. So here is what is left to do:

- remove the Configured for AJAX page and links to it. Some of the content there is already in the ajax head template page, but some of the other content can simply go in a new section in the "ajax theme" page.
 - document the a tag: http://wiki.opensymphony.com/display/WW/a
 - document the ajax a template
 - move some of the tabbedPanel tag documentation (http://wiki.opensymphony.com/display/WW/tabbedPanel) over to the ajax tabbedPanel template page.
 - move some of the submit tag documentation (http://wiki.opensymphony.com/display/WW/submit) over to the ajax submit template page.

Patrick Lightbody - [08/Jan/06 06:59 PM ]
Also, see http://wiki.opensymphony.com/display/WW/ajax+theme -- it has some examples of this already done (most notably the div tag/template).

Patrick Lightbody - [09/Jan/06 10:18 PM ]
As done as they are going to get for now.