Closed rsoika closed 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
See implementationof
TextAnnotationDetailComposite
https://bugs.eclipse.org/bugs/show_bug.cgi?id=461637
https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials/AddingCDATA
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
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