161 | @IsRichTextEmpty and LotusScript/Java equivalentsBen Langhinrichs6939 - 05 2007 / (6) Even having a rough way to do this in Midas, I would really like to see a simple @formula (and matching LotusScript) method for determining if there was anything in the rich text. Even better would be if it took an argument that specified whether whitespace was included, so you ... |
151 | Show LotusScript-changes in rich text fields immediately |
131 | Refresh rich text without having to open and close document |
115 | Add GetHTML Method to NotesRichTextItem ClassSean Burgess5141 - 09 2007 / (5) We already have GetFormattedText and GetUnformattedText, but what would really be helpful is to have a method that spits out the contents of a Rich Text field as HTML. It should be no more and no less than what happens when you send an email to an outside user. That's ... |
49 | RichText: PassThruHTMLTommy Valand2726 - 18 2007 / (1) As far as I know, there is no way to set a RichText field to automatically "PassThruHTML" its content on save. This becomes necessary when you use a web RichText-editor like FCKEditor, Tiny HTML Editor, etc. The workaround is to do this on WebQuerySave ... |
48 | Insert Richtext Into RichtextUlrich Krause4845 - 04 2007 / (1) I wish that IBM would enhance the NotesRichTextItem class and provide a function to insert Richtext into existing richtext. To find the insertion point, the FindNextElement method of the NotesRichTextNavigator class could be used. The insertion point can be before or after the element you found. An alternative ... |
38 | Text editor toolbar for rich text fields (Notes client) |
32 | Input Enabled option for Rich Text fieldAigars Perkons449 - 28 2009 / (0) Please give option also for rich text fields same as all other field types - Input Enabled. It's really obviously that all field types need this option. There are a lot of situations where specific document fields shouldn't be changed by user including RichText(work flow databases for example) ... |
25 | Rich Text/HTML Control for XpagesPeter Presnell26400 - 27 2010 / (2) It seems like I need an alternative to the dojo rich text control to allow me to display the contents of rich text fields on an XPage when I dont actually need to edit the content. e.g. Within a repeat control I might like to display the contents of a ... |