Reputation: 2169
We have a Notes Client application which has a page with a lot of text. ( static text )
I tried just to copy and paste its content into a custom control ( this custom control lays on an XPage ), but the font of the text is changed to a default font. Also the paragraphs and the allignment aren't kept.
How can I easily copy the content from the Notes Client page to a custom control/XPage?
Upvotes: 0
Views: 97
Reputation: 15739
Probably the easiest is to preview the Page in a browser and copy and paste the content from there. That will have all the relevant formatting. But bear in mind that traditional Domino web also adds a lot of unnecessary HTML, so you'll probably want to clean up the HTML before pasting it into the XPage.
Upvotes: 0