【发布时间】:2019-07-12 16:18:28
【问题描述】:
我正在使用 angular 的 Scheduler 的 syncfusion-ej2,我想在添加事件后获取数据!但我的 html 代码中只有这个
<div class="control-section">
<div class="col-lg-9 content-wrapper">
<ejs-schedule #schedule height='650px' [(selectedDate)]="selectedDate" [eventSettings]="eventSettings">
</ejs-schedule>
</div>
<div class="col-lg-3 property-section">
<div class="property-panel-section">
<div class="property-panel-header">Properties</div>
<div class="property-panel-content">
<div id="property" class="property-panel-table" title="Properties">
<table id="property" title="Properties" style="width: 100%">
<tbody>
<tr style="height: 50px">
<td style="width: 30%">
<div> Current Date
</div>
</td>
<td style="width: 70%;">
<div>
<ejs-datepicker #datepicker [(value)]='selectedDate' [showClearButton]=false></ejs-datepicker>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
【问题讨论】:
-
欢迎来到 SO!您可以包含您的代码示例吗?您可以使用降价来帮助以干净的方式格式化它。这将有助于其他人更容易理解您的问题。
标签: angular syncfusion