Sparx Systems Forum
Enterprise Architect => Suggestions and Requests => Topic started by: trevreeves on June 21, 2006, 12:42:11 am
-
Hello,
Being able to create an RTF linked document for each class is a great idea for providing extra model documentation that isn't really suitable to include in the class itself, and being able to export these RTF documents from EA individually is useful.
But, it would be very handy if a linked document could be published in the HTML documentation feature. So for example, a link is provided on the web page for a class, to a HTML version of the linked document. Currently, I can't find a way to achieve this.
Regards
Trevor.
-
I agree this is need. The ability to put additional documentation in a RTF document is great.
In addition, a better way to see the RTF document that is linked in is needed.
-
You can... I think you'll find the answer in here:
http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=suggestions;action=display;num=1138614744;start=2#2
Cheers,
David.
-
For example - here is my Object Detail HTML template with linked doc included:
<table cellPadding=2 cellSpacing=2 width="100%">
<tbody>
<tr>
<td class=ObjectTitle>
#STEREOTYPE# : #NAME#
</td>
</tr>
<tr>
<td>
<table class=ObjectDetails cellPadding=2 cellSpacing=2 width="100%">
<tbody>
<tr>
<td width="15%" class=ObjectDetailsTopic>Author:</td>
<td width="85%" class=ObjectDetailsValue>#AUTHOR#</td>
</tr>
<tr>
<td width="15%" class=ObjectDetailsTopic>Dates:</td>
<td width="85%" class=ObjectDetailsValue>Created: #CREATEDATE#; Modified: #MODDATE#;</td>
</tr>
<tr>
<td width="15%" class=ObjectDetailsTopic>Linked Document:</td>
<td width="85%" class=ObjectDetailsValue>#LINKDOC#</td>
</tr>
<tr>
<td valign="top" width="15%" class=ObjectDetailsTopic>Notes:</td>
<td colspan="2" width="100%" class=ObjectDetailsValue>#NOTE#</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
-
thanks for that - should have searched the forum before posting! :-[ :)