PureDocs
Ticket #3 (closed defect: fixed)
XSL UI needs simplification
| Reported by: | will | Owned by: | will |
|---|---|---|---|
| Priority: | major | Milestone: | initial-release |
| Component: | plugins | Keywords: | xsl |
| Cc: |
Description
The outputted UI from the PureDocs xsl styelsheets needs work. The original intention was to use AJAX within the XHTML output to load resources for classes, functions, etc. This would be done using the plain chunked output, selecting the appropriate resource element from the DOM tree. This also allows for traditional browsing if AJAX needs to be disabled, or otherwise is not available.
Ultimately, in designing the UI for browsing the API, I believe it should take no more than two-clicks to get anywhere in the API you want to be.
Attachments
Change History
comment:1 Changed 5 years ago by will
- Owner changed from somebody to will
- Status changed from new to assigned
comment:2 Changed 5 years ago by will
- Status changed from assigned to closed
- Resolution set to fixed
The Browser interface that has been added in source:trunk/xsl/browser.xsl should satisfy this ticket's requirements. There are several tickets specific to the browser implementation, but it exists, so this ticket can be closed.