Customise Editor Window default fields

How to customise default fields in editor window I want to delete some default fields in editor window and add new fields to editor window . So how can I do that customise? Can you help me to do that customise 

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team April 1, 2019 05:39 AM UTC

Hi Ruchira, 
 
Greeting from Syncfusion. 
 
Kindly refer the below links to customize the editor and we have removed the All day and Timezone fields in the below sample. 
 
.e-all-day-container, 
.e-time-zone-container, 
.e-input-wrapper-side.e-end-on.e-form-right { 
  display: none; 
} 
 
Regards, 
Karthi 
 


Loader.
Up arrow icon