onload/Created Event

     I try to start editor in full screen mode. But I can't handle any start event like Created or onload.


<SfRichTextEditor @ref="@RteObj" @onload="@(e => OnCreated())" >
@code {
        SfRichTextEditor RteObj = new SfRichTextEditor();

    public void OnCreated()
    {
        RteObj.ShowFullScreen();

    }

}

or 

<SfRichTextEditor @ref="@RteObj" @onload="OnCreated" >
@code {
        SfRichTextEditor RteObj = new SfRichTextEditor();

    public void OnCreated()
    {
        RteObj.ShowFullScreen();

    }

}


3 Replies

IS Indrajith Srinivasan Syncfusion Team March 30, 2020 08:16 AM UTC

Hi Marcel,

Greetings from Syncfusion support,
 
 
We have validated your reported query. Yes, we have Created event in Rich Text Editor which can be used for showing in FullScreen mode. Rich Text Editor events are bound using the <RichTextEditorEvents> tag. We have also prepared a sample based on your requirements.

Sample: https://www.syncfusion.com/downloads/support/directtrac/152838/ze/RichTextEdior_Fullscreen-397896081

Can you please try out the above solution and let us know if it meets your requirements?

Regards,
 
Indrajith 



MA Marcel March 30, 2020 11:13 AM UTC

Hi...

Thanks for your reply! 

But I can't download attachments.

Best regards

Marcel


IS Indrajith Srinivasan Syncfusion Team March 31, 2020 07:13 AM UTC

Hi Marcel, 
 
Good day to you, 
 
Indrajith 


Loader.
Up arrow icon