117 | XPages - Native support for RDB access |
71 | Complete xPages Help DocumentationBarry McGovern624 - 26 2009 / (1) The help documentation for xPage funcionality is woefully incomplete. There are 100's, if not 1,000's, of properties that are not documented anywhere. While there are lots of resources out there that are of great assistance, the designer help system has always been a great tool that was in a ... |
49 | Book Proposal: XPages Expression LanguageMike McGarel673 - 16 2010 / (2) This is in response to Ben Langhinrichs' request for book proposals. I'm really interested in the upcoming Lotusphere session about Expression Language syntax and think the topic would make a handy reference book that a lot of XPages developers would want and use. Expression Language could ... |
44 | DataGrid ControlPeter Presnell26400 - 17 2009 / (7) As an alternative to Views/folders, provide the ability to execute a query at run time that returns a subset of documents in the database and allow me to display these documents in a control similar to a view/folder. This is not unlike how datagrids work with SQL based languages. I ... |
43 | Book Proposal: Introduction to Domino Designer 8.5 and XPage DevelopmentPaul Della-Nebbia273 - 16 2010 / (4) This is in response to Ben Langhinrichs' request for book proposals. A introductory/primer for pre-8.5 Notes application developers and new Notes/Domino developers. Covers the following:
|
37 | Add @GetProfileField and @SetProfileField to x-pages formula languageGernot Hummer610 - 27 2009 / (0) It would be very convenient to have these two formulas available for quick access to profile field values. |
36 | XPages - Support Lotusscript WQO/WQS functionalityErik Brooks795 - 10 2009 / (4) XPages don't work with LotusScript. At all. So those legacy apps, if they use WebQueryOpen or WebQuerySave agents, are looking for a forklift-style upgrade where you get to rewrite your agents and script libraries in Javascript and/or Java. So a cool new technology requires a massive rewrite? Hmm.... sounds ... |
35 | Update 8.5.1 Help With New 8.5.1 Xpage ControlsPeter Presnell26400 - 20 2009 / (0) By my reckoning ten new controls were added to Xpages with 8.5.1 and yet when I look at the help documentation for controls I do not see any of these mentioned. It is not as if the 8.5.0 documentation was setting international best practice so we can hardly afford to ... |
35 | Implement code folding in script librariesWhen coding in “vanilla” Eclipse you get code folding for methods, constructors, etc. It would be really useful to have such a thing in server-side Javascript script libraries—in fact, across the board for all script libs and agents. |
34 | Calendar View for XpagesPeter Presnell26400 - 15 2010 / (4) I would like to see the ability to display data in a view (or document collection) in Xpages using a calendar style view similar to the one supported in the Notes client. |
32 | XPages: @DBLookupBig & @DbColumnBigErik Brooks795 - 11 2009 / (4) XPages are here, they're big and bad and scalable. They integrate with @Formulas, which is extremely powerful. For things like repeat controls, type-ahead, etc. there are times when you use @DbLookup or @DbColumn. But these functions are limited in returning 64K, like the days of old. Two new ... |
32 | Make the Domino Blog template available in XPages |
32 | XPages read-write data in Oracle - SQL Server- My SQL - DB2 |
31 | Add @DialogBox, @PickList and @Prompt for x-pagesGernot Hummer610 - 06 2009 / (0) I know that it's obviously something different to have the formula functionality in Lotus Notes and on the web browser, however, there has to be a way without getting crunk on Dojo to implement this functionality. At least @DialogBox with another xPage to open (maybe with a view control to ... |
31 | User .jar files must be considered a design elementWim Stevens645 - 11 2010 / (0) When creating an XPage we need to write business logic. In order to have reusable business logic (that may be called from an agent, a Notes Form or an XPage) the business logic must be written in Java. The Java code is best placed in a .jar file. The jar ... |
30 | Wizard for creating structure of xPage applicationAlexey Katyushyn2876 - 28 2009 / (0) Most of web applications have the same structure: banner, navigator, header, footer, main area, etc. For almost all traditional notes developers it will be more easier to begin development with xPages with such wizard. With wizards MS received users’ harts:) |
30 | Double Click On Included XPagePeter Presnell26400 - 24 2009 / (1) For Designer client, when I have an XPage which includes other xPages, it would be nice if when I double click on the included XPage control Designer then opens up that XPage in a new window. This would mirror the functionality of double clicking on a subform inside a form. |
29 | Outline/Navigator for xPagesAlexey Katyushyn2876 - 28 2009 / (4) Creating navigator using links or javascript libraries is a boring task. It will be more usable and supportable if developer could create navigator using visual tools such as outline for Notes clients. |
28 | Type ahead for XPages markup tagsAlexey Zimarev1187 - 05 2011 / (1) In Visual Studio we have type ahead for asp tags and basically for all other markup tags like XML in config files. This allows typing in the markup code without looking to the designer or help to check what atributes each tag has. Also depending on the currently opened tag ... |
27 | Enable XPages to use all built-in DECS/DCR Data Sources |