demo20230512/Views/Partial/LCA/DetailSurveyForm/RiskAssmtForm/LifecycleFlowChart.cshtml

24 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-05-12 10:20:28 +08:00
<script type="text/javascript">
// Defines an icon for creating new connections in the connection handler.
// This will automatically disable the highlighting of the source vertex.
//mxConnectionHandler.prototype.connectImage = new mxImage('Scripts/mxgraph/images/connector.gif', 16, 16);
</script>
@* the select function is provided by select-row directive*@
<div ng-controller="LifecycleFlowChartController" select-row lca-detail>
@* header *@
@* header's button style is controlled by header-content-layout, the business logic(ng-show) is controlled here *@
<div class="body_content container" style="margin-top: 10px;">
<div header-content-layout>
</div>
</div>
@* end of header *@
<div class="body_content">
<!-- Creates a container for the graph with a grid wallpaper -->
<div id="graphContainer"
style="overflow:hidden;top:20px;left:40px;width:600px;height:400px;border: gray dotted 1px;cursor:default;">
</div>
</div>
</div>