cancel
Showing results for 
Search instead for 
Did you mean: 

///NEED HELP/// New Line in Documentation

arschloch1989
Champ in-the-making
Champ in-the-making
Hi, I need some help.

I would like to know how you separate a paragraph into different lines. i.e.
username: bull, name: andy.

into:
username: bull,
name:andy.

I would like to have it render in separate lines when viewing documentation using the activiti explorer.

what is the code to do this in the bpmn20.xml file:
<documentation>
      Details of the Company Phone request: 
      Employee ID: ${employeeName}
      Requested Phone Manufacturer: ${requestedPhoneManufacturer}
      Requested Phone Model: ${requestedPhoneModel}
      Phone Price: €${phonePrice}
      Full Name: ${name}
      House Number: ${houseNum}
      Street Address (First Line): ${addressFirstLine}
      Street Address (Second Line): ${addressSecondLine}
      Street Address (Third Line): ${addressThirdLine}
      Town/City: ${townOrCity}
      County: ${County}
      Country: ${Country}
</documentation>

this above renders all together, when viewing in the activiti exploxer, I would like to view them as on different lines, and need help with the code command to do this.
11 REPLIES 11

lisama
Champ in-the-making
Champ in-the-making
Hey there,

I took the liberty to create a JIRA Issue for it. You can find it here: http://jira.codehaus.org/browse/ACT-1009

Regards

Lisa

tomi87
Champ in-the-making
Champ in-the-making
Hello I have the same Problem, there is nothing in your link which could help me.
Are there maybe some other possibilities to get more then one line ?