1234567891011121314151617181920212223 |
- <div data-options="dxView : { name: 'ReportFormat', title: '보고서 포맷작성', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <!--<iframe id="price" style="height:780px;width:100%;"></iframe>-->
- <p class="body_sub_title">보고서 포맷 작성</p>
- <!--상단 차트 레이아웃-->
- <div class="chart_wrap_box" style="width: 100%;height:800px;">
- <div class="fl" style="margin-right: 10px;line-height:220%;cursor:default;background:#d5ecfd url(../images/custom/ibems_light/arrow01.png) 5px center no-repeat;padding-left:15px;width:15%;height:32px;">기존 보고서 불러오기 : </div>
- <div id="formatSelect" class="fl" style="width: 350px;margin-right:10px; " data-bind="dxSelectBox: formatSelect"></div>
- <div class="fl" style="margin-right: 10px;line-height:220%;cursor:default;background:#d5ecfd url(../images/custom/ibems_light/arrow01.png) 5px center no-repeat;padding-left:15px;width:15%;height:32px;">새 보고서 포맷 제목 : </div>
- <div id="formatName" class="fl" style="width: 250px;" data-bind=" dxTextBox : formatName"></div>
- <div id="newBtn" class="fr" style="margin-right: 10px;" data-bind="dxButton: {text: '새로만들기', onClick: newButtonClicked}"></div>
- <div id="saveBtn" class="fr" style="margin-right:10px;" data-bind="dxButton: {text: '저장', onClick: saveButtonClicked}"></div>
- <br />
- <br />
- <br />
- <!--<div id="summernote"></div>-->
- <form>
- <textarea name="editor" id="editor"></textarea>
- </form>
- </div>
- </div>
- </div>
|