1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <div data-options="dxView : { name: 'Zone_TempHumi', title: '실내환경 분석', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'Zone_TempHumiPopup' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'Zone_TempHumiSearchConditionView' }"></div>
- <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
- <div data-options="dxViewPlaceholder: { viewName: 'Zone_TempHumiDataGridPopup' }"></div>
- <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
- <div data-options="dxViewPlaceholde: { viewName: 'msgbox ' }">
- <div class="popup" data-bind="dxPopup: popupOptions">
- <div data-options="dxTemplate: { name:'info' }">
- <div id="large-indicator" style="margin-left: 40%;"></div>
- <span> </span>
- <p></p>
- <p align="center">실내환경 분석중 입니다.</p>
- <p align="center">잠시만 기다려 주세요! </p>
- </div>
- </div>
- </div>
- <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
- <div data-options="dxView : { name: 'Zone_TempHumiDataGridPopup'} ">
- <div data-bind="dxPopup: Zone_TempHumiDataGridPopupOptions ">
- <div class="dx-clearfix" data-options="dxTemplate: { name: 'content' } ">
- <div id="popupDetail" data-bind="dxscrollview: { }">
- <div class="body_sub_title" style="margin-left:10px;margin-top:10px">실내환경 분석</div>
- <div id="Zone_TempHumiDataGrid_Container" style="height: auto; width: 100%; "
- data-bind="dxDataGrid: Zone_TempHumiDataGridOptions" />
- </div>
- </div>
- </div>
- </div>
- <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
- <p id="st" class="body_sub_title">온,습도 현황</p>
- <!-- <div id="chartOutdoorTemperature" style="height: 200px; width: 100%;" />-->
- <div id="chartContext" class="chart_wrap_box">
- <div class="fr" id="S_Temp_Btn" style="width: 130px; margin-right: 20px"></div>
- <!--
- <li style="width: 33%;">
- <span style="float: left;" data-bind="dxCheckBox: { value: check_input }" />~~~
- <span style="margin-top: 5px;">냉각수 입구 온도</span>
- </li>
- <li style="width: 33%;">
- <span style="float: left;" data-bind="dxCheckBox: { value: \2, text: 'sadfsdfsd'}" />
- <span style="margin-top: 5px;">냉각수 입구 온도</span>
- </li>-->
- <div id="chartZTH" style="height: 680px; width: 100%;" />
- </div>
- <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
- <div style="margin-top: 12px;" class="fr" data-bind="dxButton: { text: '도표', onClick: Zone_TempHumiDataGridPopup_ButtonClicked}"></div>
- <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
- <div data-bind="dxContextMenu: { items: menuItems, itemClickAction: handleMenuItemClick, target: '#chartContext'}"></div>
- </div>
- </div>
|