Ignore:
Timestamp:
Apr 28, 2011, 3:21:46 PM (13 years ago)
Author:
gav
Message:

Install class-diagram plugin in branches/util-apps/DomainUtil.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/util-apps/DomainUtil/grails-app/views/index.gsp

    r907 r909  
    9696                </ul>
    9797            </div>
     98
     99            <div id="classDiagramList" class="dialog">
     100                <h2>Entity Relationship Diagram:</h2>
     101                <ul>
     102                    <a href="${createLink(controller:'classDiagram',
     103                                action:'model',
     104                                params:[outputFormat: 'pdf',
     105                                skin: 'classicSpaced',
     106                                showMethods: 'false', autoUpdate: 'false'])}">PDF</a>
     107                </ul>
     108                <ul>
     109                    <a href="${createLink(controller:'classDiagram',
     110                                action:'legend',
     111                                target:'_blank')}">Legend</a>
     112                </ul>
     113                <ul>
     114                    <a href="${createLink(controller:'classDiagram',
     115                                action:'show')}">Interactive.</a>
     116                </ul>
     117            </div>
     118
    98119        </div>
    99120    </body>
Note: See TracChangeset for help on using the changeset viewer.