-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#19 MappingContext update, OpenGraph 0.1.3 update
- Loading branch information
SeungpilPark
committed
Jul 6, 2017
1 parent
0da3887
commit e253057
Showing
14 changed files
with
15,852 additions
and
59,041 deletions.
There are no files selected for viewing
567 changes: 283 additions & 284 deletions
567
uengine-bpmn-modeler/src/main/java/org/uengine/kernel/view/ActivityView.ejs.js
Large diffs are not rendered by default.
Oops, something went wrong.
27,286 changes: 0 additions & 27,286 deletions
27,286
uengine-bpmn-modeler/src/webapp/lib/opengraph/OpenGraph-0.1-SNAPSHOT.js
This file was deleted.
Oops, something went wrong.
4,286 changes: 3,567 additions & 719 deletions
4,286
...lib/opengraph/OpenGraph-0.1.2-SNAPSHOT.js → ...lib/opengraph/OpenGraph-0.1.3-SNAPSHOT.js
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 2 additions & 6 deletions
8
uengine-core/src/main/java/org/uengine/contexts/MappingContext.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
<div name="mappingContext"> | ||
<div style="position: relative; left: 0; width: 700px; height: 400px; background-color: #f6f6f6;overflow:auto;"> | ||
<div id="<%=value.mappingTreeLeft.id%>" style="width:200px; height: 400px; float: left; background-color: #f6f6f6;" align="left"><%= fields.mappingTreeLeft.here()%></div> | ||
<%= fields.mappingCanvas.here() %> | ||
<div id="<%=value.mappingTreeRight.id%>" style="width:200px; height: 400px; float: left; background-color: #f6f6f6;" align="left"><%= fields.mappingTreeRight.here()%></div> | ||
</div> | ||
<div name="mappingContext" style="width:1100px;height:100%;position:relative"> | ||
<%= fields.mappingCanvas.here() %> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
uengine-core/src/main/java/org/uengine/contexts/MappingTree.ejs.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
uengine-core/src/main/java/org/uengine/kernel/designer/MappingCanvas.ejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<div id="<%=value.canvasId%>" style="width:280px; height: 400px; float: left; line-height: 17px;"></div> | ||
<div id="mapping-<%=objectId%>" style="cursor: default;width: 1100px;overflow: scroll;"></div> |
Oops, something went wrong.