imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
10 stars 3 forks source link

Store data like the TextAnnotation #7

Closed rsoika closed 9 years ago

rsoika commented 9 years ago

Store value not in value attribute but in tag content. This is done by the textAnnotation element

https://github.com/eclipse/bpmn2-modeler/blob/0a0b9e8d7c914869f368d997d9d7056efb722977/plugins/org.eclipse.bpmn2.modeler.ui/src/org/eclipse/bpmn2/modeler/ui/property/DescriptionPropertySection.java

rsoika commented 9 years ago

See implementationof

TextAnnotationDetailComposite

rsoika commented 9 years ago

https://bugs.eclipse.org/bugs/show_bug.cgi?id=461637

rsoika commented 9 years ago

https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials/AddingCDATA

rsoika commented 9 years ago

completed

See also:

https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials/AddingCDATA#Add_the_Attributes

https://www.eclipse.org/forums/index.php/m/1690513/#msg_1690513