I using SharePoint Online and Office 365 and I am trying to create a custom page layout. I have a div in my custom page layout that when clicked should display the Rich Text Editor in the ribbon. I've been trying to use the command "RTE.Canvas.makeRegionEditable($('mydiv'));"
and that seems to add the correct attributes I need to display the Rich Text Editor, but the Rich Text Editor still isn't appearing. Any ideas?
↧