Html 如何在事件快速弹出syncfusion计划程序中导出标题

Html 如何在事件快速弹出syncfusion计划程序中导出标题,html,angular,typescript,Html,Angular,Typescript,我需要在快速弹出窗口中导出标题,而不是输入。怎么做?没有任何关于如何做的教程;( <!--first title input with word help--> <input [(ngModel)]="title" name="title" type="text" id="training_header" class="form-control" nbInput

我需要在快速弹出窗口中导出标题,而不是输入。怎么做?没有任何关于如何做的教程;(


<!--first title input with word help-->

<input [(ngModel)]="title" name="title" type="text" id="training_header" class="form-control"
     nbInput fullWidth status="basic" placeholder="Kirjutage treeningute pealkirja...">

<!--scheduler.component.html-->

     <ejs-schedule width='100%' height='550px' currentView="Week"
          [showHeaderBar]="false" [eventSettings]="eventSettings" [firstDayOfWeek]="1">
                <e-views>
                  <e-view option='Week' [interval]="viewInterval" displayName='Week' startHour='07:00'
                          endHour='23:00' [showWeekend]="showWeekend" [isSelected]="isSelected"></e-view>
                </e-views>
      </ejs-schedule>