Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jdewitt

Pages: [1]
1
Suggestions and Requests / Re: Rich text for use case scenario documenting
« on: September 07, 2007, 08:22:32 am »
One more vote for adding support for rich text content.

One of EA's biggest strenghts is the ability to publish models in popular presentation formats.

I cannot over-stress the importance of professional looking content. EA has the beef, just needs the sizzle..

2
General Board / Re: HTML Reporting
« on: January 04, 2008, 02:40:15 pm »
Thanks a lot for steering me in the right direction. We received several requests at my company to filter the table of contents.

The code as posted contains a bug. The 'if' statement around the tocBuildItem() function should be changed from

 if ((tocTab[8].toLowerCase().indexOf('package')!=-1) || (tocTab[8].toLowerCase().indexOf('diagram')!=-1))

to

  if ((tocTypes.toLowerCase().indexOf('package')!=-1) || (tocTypes.toLowerCase().indexOf('diagram')!=-1))


Pages: [1]