- click on showApi-button calls docapplication/read_action to re-read the
application each time a user enters the doc-frameset. - function docfiles aren't stored in their own directory each but moved up to the prototype directory, further regex-parsing of the resuting html-code necessary
This commit is contained in:
parent
c709dd4c59
commit
4505fb1ffc
4 changed files with 21 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
<% this.description prefix="<br/>" %>
|
||||
<br/>
|
||||
->
|
||||
<a href="<% this.href action="api" %>/main">showAPI</a> |
|
||||
<a href="<% this.href action="api" %>/read">showAPI</a> |
|
||||
<a href="<% this.href action="api" %>/render">renderAPI</a> |
|
||||
<a href="<% this.url %>">public</a> |
|
||||
<a href="<% root.href action="main" %>?app=<% this.title %>&action=flush">flush</a> |
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td align="right" valign="top"><small style="font-size:9px;">
|
||||
<a href="<% this.href action="api" %>/main">showAPI</a> |
|
||||
<a href="<% this.href action="api" %>/read">showAPI</a> |
|
||||
<a href="<% this.href action="api" %>/render">renderAPI</a> |
|
||||
<a href="<% this.url %>">public</a> |
|
||||
<a href="<% root.href action="main" %>?app=<% this.title %>&action=flush">flush</a> |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue