Add Full Screen Expander to Note in Timeline
To add the Full Screen Expander to Timeline, you'll need to create a custom Web resource using the following definition:
{"defaultSupportedProps": {
"height": 500,
"extraPlugins": "copilotrefinement",
"toolbarLocation": "top",
"toolbar":[{ "items": ["FontSize", "Bold", "Italic", "Underline", "BGColor", "CopilotRefinement"]}]
},
"showFullScreenExpander": true
}
If you want to know how to create a Web resource for your Rich Text Editor, the instructions are provided here: https://www.dhirubhai.net/posts/jakubhomola_dataverse-powerplatform-copilot-activity-7181747887242903553-Vwco?utm_source=share&utm_medium=member_desktop
Once you have the URL of your Web resource ready, simply insert the string into the Timeline component in the form customization.
(In my case, the string was:? /WebResources/ac_CopilotInRichTextControl )
Save and publish.
Now you will have the feature available in Timeline!
Use the expander to edit the Note in full screen!
Dynamics 365 Business Application Consultant @ Cegeka
4 个月Hey Jakub Homola, I tried this this morning, but looks like it doesn't work (any more?). Added the script, referenced it in the URL for Notes in the timeline and the resource doesn't seem to load if I check the developer tools of my browser. OOB there is now already a button from Microsoft available to do this, but this one doesn't work either. Have you noticed the same issue or am I doing it wrong?
Power Platform Technology Manager at BUPA
8 个月This is awesome Jakub, I wonder how did you find the customisation feature?