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 - exciton

Pages: [1]
1
General Board / HTML generation
« on: February 02, 2005, 08:20:22 am »
Hello all,

I need to create a HTML  representation of my model.
In one of my use case scenarios  I entered some text.

ie:
text text
text text

When I generate the documentation the output shows <WBR>text<WBR>text<WBR>text<WBR>text<WBR> etc.

This means that in the html source the entities for > and < are used (& gt; and & lt;)

When I uncheck "Preserve White space in notes"
I will see

text  text<br>text textetc

Agian in the html source the entities for > and < are used (& gt; and & lt;)

Some characters (ie linbreaks and spaces) in the content of the scenario are changed in tags which are changed in html entities. And this is done in two different ways.

I do not want this. What must I do to stop this from happening?


Thanks in advance
Rob

2
General Board / Re: PHP code generator
« on: November 29, 2004, 06:42:25 am »
thanks, I found it

Rob

3
General Board / PHP code generator
« on: November 21, 2004, 09:19:21 am »
Hello all,

I just purchased the EA software. And I saw there is a PHP code generator available.  How do I get this?  It seems it is not present in my configuration. (I use EA 4.10.739)
And I can't find it on the site...

Thanks in advance.
Rob

4
Automation Interface, Add-Ins and Tools / Add markers in the HTML templates
« on: December 03, 2004, 06:23:42 am »
Hello all,


I want to modify the HTML templates. But not only the HTML but also add "fields".

For instance the document generation tool generates a table with all model tasks. Which I located in the HTML en CSS style editor (model task item)

I like to add all the other fields to this template.
I used #TOTALTIME#, #ACTUALTIME# etc but these markers are not recognized.

Is this possible? and if yes where can I find a list of all other "markers"?

thanks in advance
Rob

Pages: [1]