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 | Develop Workflow to work in an XPage environmentJerry Shelley299 - 20 2009 (5) I suggest the next release of Workflow should have a Server Side JavaScript (SSJS) library to complement the existing Client Side JS (CSJS) and LotusScript libraries, allowing Workflow to be brought up-to-date and used in the latest and greatest version of Notes/Domino. |
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. |
33 | Xpage Outline ControlPeter Presnell26400 - 20 2009 (1) As I start to build Xpage applications I find the one design pattern the most frustrating to reproduce is the Outline control. I really need to get that Outline Java applet out of my life.... The ability to execute commands and load URLs or views/folders into a designate control (panel) ... |
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. |
30 | Advanced XPages courseDeanna Drschiwiski263 - 02 2010 (5) Produce an Advanced XPages course that covers: Deep dive on XPage architecture
... |
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. |
29 | Add X-Pages support for Domino Offline ServicesMark Hughes175 - 15 2010 (2) Add support for Xpages in DOLS so that you can take a Xpage application offline - without having the whole notes client installed and taking up so many resources, and giving ui options not wanted for the solution being delivered. |
28 | Article: How to Debug Your XPage ApplicationAbstract: The debugging environment for XPages is very different than traditional Notes applications. This article describes some techniques we used while developing the Lead Manager smaple. Background: The ISV Technical Enablement Team has a mission to produce articles on the latest Notes and Domino Technology pertinent to the needs of ... |
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 | Article: Compare and Contrast: the View Panel and Repeat XPage ControlsAbstract: The View Panel and Repeat controls in XPages both allow you to iterate over data sets. Views are quick, but tightly coupled to Notes Views. Repeats are very flexible, but there is a certain amount of wiring that needs to be built. This article shows how we chose which ... |
27 | Article: How to Approach Upgrading Your Domino Web App to XPagesAbstract: You don't have to convert an entire app to using XPages at once. Using the Lead Manager sample as a focus, we show how you can develop a strategy for how to approach upgrading your application to XPages. Background: The ISV Technical Enablement Team has a mission to produce ... |
27 | Enable XPages to use all built-in DECS/DCR Data Sources |
26 | Article: Adding Rich Client Features to Thin Client Applications with XPagesAbstract: Tips and tricks for adding rich client features such as drag and drop, select, and selective update, to your XPage based thin client application. Background: The ISV Technical Enablement Team has a mission to produce articles on the latest Notes and Domino Technology pertinent to the needs of our ... |
26 | Article: Using XPages as an Integration PlatformAbstract: XPages are pretty agnostic as to what database they get their data from. You can surface data from several different Notes database, or even certain non-Notes sources. This articles shows you some of the ways of doing that. Background: The ISV Technical Enablement Team has a mission to produce ... |
26 | Article: Using Existing Business Logic in Your XPages ApplicationAbstract: Instructions for calling existing business logic from XPages using Agents, Java libraries, and Web Services. Background: The ISV Technical Enablement Team has a mission to produce articles on the latest Notes and Domino Technology pertinent to the needs of our business partners. Now that Domino 8.5 is released there ... |
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 ... |
25 | XPages - Surface field hints/Help description using dojo.Tooltip automatically |
25 | Indent when using nested categorization in xPages |
25 | NotesUIScheduler Control for XPagesI have been struggling this for now. Can we have a dojo control equivalent for NotesUIScheduler just like we have it in our Notes client where we just need to pass additional parameters to check the availability of room/resources. Similarly if we want to levergae this feature in ... |
24 | Make styles defined in themes more visiblePeter Presnell26400 - 21 2009 (0) If I develop an Xpage using themes the list of styles available for styling any Xpage control does not automatically list the styles defined within the Styles Sheets included in the theme. It would be a lot easier to style an Xpage if I could see all the styles that ... |
23 | Article: How to Share Your Custom XPage ControlsAbstract: XPage applications are often made up of custom controls. However custom controls have to be deployed in the application that uses them. They cannot be included from elsewhere. This article discusses way to share custom controls between applications while minimizing the maintenance issues of keeping them in sync. Background: ... |
23 | HTML validation and accessibility for XPagesPer Holmberg439 - 25 2009 (0) In Domino 8.5 release, XPages do not pass HTML validation. This is mainly because that non-standard attributes for Dojo is used. This should be fixed. It should also be possible to create XPages (without hacks) that conform to W3C's Web Content Accessibility Guidelines. In many countries there are ... |
23 | Add IsAuthors and IsReaders properties to NotesXSPDocumentPeter Presnell26400 - 15 2009 (0) At the moment the process that must be followed to assign a new Authors or Readers field to a Notes document using Xpages can be extremely clumsey. This is especially so when creating new documents when the user only has Author access. It is too late to set the document ... |
23 | @DbColumn/@DbLookup in SSJS should always return an ArrayTommy Valand2726 - 14 2010 (1) The current API is -very- annoying. If there is one result from a @DbLookup or a @DbColumn, a String is returned. Otherwise an Array is returned. Whoever in IBM that thought this was a neat idea should have his brain smashed out by a slice of lemon wrapped round ... |
22 | Article: How to use the Model-View-Controller Design Pattern to Architect your XPage ApplicationAbstract: A deep dive on how the Lead Manager sample separated the Domino model/control layer from the XPage view layer. Background: The ISV Technical Enablement Team has a mission to produce articles on the latest Notes and Domino Technology pertinent to the needs of our business partners. Now that Domino ... |
22 | Tell us whether LS and "old style" UI improvements will still be madeJan Schulz4378 - 05 2009 (0) Even after seeing how many votes the "don't retire LS" option got, I'm still not sure whether IBM will add new features to LS or just concentrate on xPages and SSJS and expand that to be the new default language and UI in Notes. It would be great if ... |
22 | XPages - allow view control to select a folder as a data sourceAllow a developer to select a folder as a data source in the view control in XPages designer. Currently only allows views, but folders can be manually selected in the source code editor. |
21 | Article: How to Localize Your XPage ApplicationAbstract: Domino is a very popular platform internationally. Many developers wish to create Domino applications that can be viewed in multiple languages. This article discusses the approaches you can take to localize your XPage application. Background: The ISV Technical Enablement Team has a mission to produce articles on the latest ... |
21 | Make it easier to get XPage components by rendered id - XSP.byIdTommy Valand2726 - 11 2009 (7) The current implementation of id's in XPages is -very- cumbersome, and makes it harder to write unobtrusive JS. A workaround for this would be to make a hashmap (converted to a JS object in the browser) of all the element names/their rendered id. I would think this shouldn't be too ... |
20 | Correct displaying of section from rich-text fields through xPages RichText controlAlexey Katyushyn2876 - 28 2009 (0) Correct displaying of section from rich-text fields through xPages RichText control. Sections created using Lotus Notes client. |
19 | Add LiveText capabilities To XPagesPeter Presnell26400 - 14 2010 (1) I see more and more examples in my Web browser of "liveText"-like capabilities being added to Web sites so that when I hover over a piece of text on my Web page I am provided with a popoup that displays additional information and/or provides links to "related" material. I would ... |
19 | Split view of design and source in XPages editorJoseph Hoetzl4678 - 26 2010 (2) In the XPages editor in DDE, I'd like to be able to view design and source in one screen.
And/Or, even better, design on one monitor, source on the other! |
19 | Allow My To Style Column Headers In XPage View ControlsPeter Presnell26400 - 15 2010 (0) The page view control allow me to nominate a style class for pretty much everything in a view except the column header (as a row). For that I must apply a style to the column header of every single view column. I cant mimic the functionality I have with Notes ... |
18 | Article: Adding Search to Your XPage ApplicationAbstract: How we added three types of search to the Lead Manager sample. Full Text, categorical filtering, and categorical selection. Background: The ISV Technical Enablement Team has a mission to produce articles on the latest Notes and Domino Technology pertinent to the needs of our business partners. Now that Domino ... |
18 | Allow Custom Contols on Xpages from Different Databases |
17 | Editor2 Dojo Widget in XPagesPaul Withers230 - 19 2009 (1) The Blog template for R8 has an Editor2 dojo widget, that has plugins for adding links, pictures, viewing as HTML etc., using dojo widgets stored as File Resources in the database template. XPages uses dojo widgets, using dojo files installed on the server. It would be great if ... |
17 | For Xpages Add Theme Styles to List of StylesYellow Dog531 - 10 2009 (0) When a CSS is added to an XPage via a theme (e.g. oneui) the list of styles contained with the CSS files are not included in the list of available styles. This can often tax the memory of some developers such as myself trying to remember what class I should ... |
17 | Xpages outline view - Expand/Collapse allPatrick Picard896 - 25 2010 (2) The outline pane in DDE is a great tool. However, it could benefit from a expand all/collapse all button. |
17 | Support for unordered lists via Designer GUI controlsPatrick Kwinten21943 - 04 2010 (0) Unordered lists can currently not be added via Designer GUI controls. You need to add them via the Source view. |
17 | Book Proposal: XPages - The Graphic NovelBen Langhinrichs6939 - 15 2010 (1) In response to my call for book proposals... Cherie is on the rebound from a disappointing, unfulfilling relationship, looking for tech in all the wrong places, when she meets Nathan, dashing and debonair. Nathan shows Cherie what development can be as he takes her step-by-step through an introduction to ... |
17 | Domino Public Key Infrastructure for xPages applicationsAlexey Katyushyn2876 - 17 2010 (2) Domino Public Key Infrastructure for xPages applications In order to develop secured xPages applications I need the following: - Analogue of NotesDocument.Sign - Analogue of NotesDocument.Encrypt - Analogue of signed section - Ability to extract name of signer, signature date-time, etc. - ... |
17 | Allow an easier way to include newer versions of Dojo on the application levelPatrick Sawyer206 - 01 2011 (3) I would like an easier way to include newer versions of Dojo in my xPages applications. I would like to be able to choose on the application level which version of Dojo to use, similar to how we can choose a theme. The development cycle for Dojo is faster ... |
16 | Article: Lead Manager XPage Sample OverviewAbstract: An overview of the processes used to determine to write a XPage version of the Lead Manager, the criteria used, and the high level architecture Background: The ISV Technical Enablement Team has a mission to produce articles on the latest Notes and Domino Technology pertinent to the needs ... |
16 | URL Control for XPagesPeter Presnell26400 - 25 2009 (3) Add a simple control similar to the panel in which the contents are loaded from a designated URL. Similar to a frame in a frameset or an IFrame.
|
16 | Add Carousel Control To XpagesPeter Presnell26400 - 31 2009 (2) Nathan T Freeman has already demonstrated how cool a Notes application can be made to look with a carousel control. I would like to see a carousel control added to the pallette of controls available for Xpages. |
16 | Copy As... Xpages LinkElijah Lapson392 - 22 2010 (0) Currently from the Notes client there are the following link options options Edit => Copy As... Anchor Link Document Link View Link Application Link Please add Xpage Link I want to show off my Xpages to co-workers but there is no easy way to link to ... |
16 | XPages - Show bound field name or id on hidden fieldsTommy Valand2726 - 23 2010 (0) In 8.5.1 and 8.5.2 beta, the hidden fields are grey blobs. I'd really like to be able to see what binding a field has without having to look at its properties. |
16 | Include dojoType as a property of form element controlsKeith Strickland910 - 29 2010 (0) Include a dojoType property box in the "All Properties" of a form control like EditBox, ComboBox, Button, etc. This would allow making a form element a dijit.form element declartively instead of having to write a script to add (dojo.behavior.add) to select elements. |
16 | Make Views in XPages with custom sortWriting to sort by column, as well as several columns, asking them to order.
Be able to save the order of columns for a particular View. Import and export orders of columns.
Starting point: idea Make Views in XPages sortable after FTSearch. |
16 | better xpages error logFrantisek Kossuth220 - 31 2011 (0) If there is an error in XPages, browser shows Error 500, in some cases stacktrace (if you enable Default error page in XPages properties). Every Error 500 makes entry in xpages error log file in directory IBM_TECHNICAL_SUPPORT under data directory. Logged error miss important attributes - exact timestamp, user or ... |
16 | Collapsable xPages codeZoltan Szabo4806 - 26 2011 (0) It would be great to make collapsable the xPages code in the editor, like when you view an xml in Firefox. Present a + / - sign at the block starting element and if you click on this, the block is closing or expanding. this makes the code more readable and ... |
15 | Support the XML files XPages components, and Java deployments to a server using .NSFsMike Woolsey2784 - 10 2011 (2) Right now new XPages and the managed beans XML files need to be placed directly on-disk to the server. I'd like the ability to set up these files, and thus replicate them to other servers in the network, using NSFs. Obviously the access controls here would be provided to ... |
15 | Tightly-integrated Chart controls for view data (categories, totals)Mike Woolsey2784 - 31 2011 (0) I could really use a control better integrated to display view data on a chart -- mostly something that understands view categories, sorts by alternate categories, and totals. It'd also be great to be able to drill the chart elements into the exact place on the view -- I ... |
14 | A Designer Pluging to convert macro code to javascript for Xpages. |
14 | Allow Pager control to be linked to a resource on another page/custom controlPeter Presnell26400 - 31 2009 (0) At the moment a pager control must be linked to an existing source (datasource or repeat control) on the current page/xpage. I have applications in which the pager is included as part of a custom control that is separated from the repeater control to which it must be linked. I ... |
14 | Have traveler provide access to internally facing Domino resourcesPatrick Sawyer206 - 28 2011 (0) I would like to see traveler allow access to internal domino resources similar to how BES MDS works. I would like to be able to hit internally facing Domino websites(xPages), without having to open up those pages to the outside world. |
13 | Ability to merge change and to realtime show updates on the form when content changes.Hendrik Jan van Meerveld135 - 02 2010 (4) If an agent, replication, or save action from another user changes the back-end document, then show this in the front-end UI document. This Idea comes from a comment from Bruce Lill in idea "Problems of conflict situations". Bruce, I like it so much that I made this idea out of ... |
13 | Fast closing windows |
13 | Why Xpages?Meg Petersen190 - 26 2010 (4)
Provide a video demonstration on the advantages for using XPages. Point out new features and focus on why you'd use XPages as opposed to the old Notes model approach (forms and views). |
13 | Support Hierarchical view names in XPagesMike Woolsey2784 - 12 2011 (1) Xpages extension library has a nice object xe:dominoViewListTreeNode allowing the display & selection of view names. Very cool. I've been using this a lot, but I'm noticing the need for anothe tree node object. This object would generate the Domino View List as a hierarchy -- maybe, xe:dominoViewHierTreeNode -- allowing the receiving component ... |
13 | ?ReadViewEntries option to provide data in a dojo grid input formatMike Woolsey2784 - 10 2011 (0) Reformatting view data to shoehorn it into a dojo grid, that's a bear of work. I would think it would be tremendously useful to just hand dojo grid a URL to a view and let it "go to town" on the data there. BTW, this would also be ... |
12 | Expand/collapse Xpage Source |
12 | Publish partial refreshes as a global eventTommy Valand2726 - 06 2010 (0) I've found it really useful to do stuff on partial refresh. Some of the code that I run when the page is loaded also needs to run on partial refresh. You can hijack the partial refresh function, and publish the event yourself, but it would be nice if this ... |
12 | Expanded view of panels/divs in XPage "Design" viewJoseph Hoetzl4678 - 26 2010 (0) OK, this one might be hard to explain, but if you've ever worked with tables in Adobe Dreamweaver, there is a nifty "expanded" view. It basically makes the edges of 0px bordered tables larger, just for viewing purposes. I think something like that would be most handy in the design ... |
12 | Include Page/Control At RuntimePeter Presnell26400 - 29 2010 (0) With an Xpage I can include another Page (Xpage or Custom Control)using a formula. But this formula is only evaluated on Page load. I would like to see the ability to have this formula evaluated dynamically to that I can dynamically change the contents of the parent Xpage after it ... |
12 | Select and copy xPages code blocksZoltan Szabo4806 - 26 2011 (0) A function to select a code block at once. Right-click on the starting element of an xPages code block and chose a select block, and this selects the apropriate text part. |
11 | Allow NotesXspViewEntry to be passed as property to a custom controlPeter Presnell26400 - 30 2009 (1) Custom controls now support a wide range of property types but they do not appear to recognize NotesXspViewEntry as a valid property type. This would be especially useful for the Repeat control where you wish to output category entries as well as document entries found in a view. Note: ... |
11 | Multi value core controlPatrick Kwinten21943 - 09 2010 (1) would make it much easier to add multi value fields on an XPage... |
11 | Comment out design elements for xpagesDwain Wuerfel2725 - 19 2011 (1) Today I was having to debug my application to determine what part of the code was throwing the error 'null' is null or not an object (duh). Well, because the source code doesn't stay in a very easy to read format, especially when adding in code for visible/read only when, ... |
11 | xPages Design Elements |
11 | Provide pseudo authentication for local previewSerdar Basegmez948 - 09 2012 (0) While developing XPages or Web application in designer, we cannot test applications for authenticated users. We need a server footprint for testing those applications. Local HTTP preview process has to be modified to support some kind of authentication (it may even be a text file for test users). |
10 | Xpages Validation |
9 | allow attaching options such as onComplete to partial events for native componentsThe Domino XSP library function calls to attach a partial event (XSP.attachPartial) to a DOM element already contains the optional parameter ability to specify clientside before, after and error scripts to run on the event. It would be extremely useful to specify those values in the properties page of a native ... |
9 | xPages Computed Property Menu ButtonDwain Wuerfel2725 - 26 2011 (0) During the process of testing an application at times you have the need to ignore the code you have for field set as a computed value. Well, if you just comment out that code it seems to return a false value. What I think would be nice is for ... |
9 | @Eval interpreter for formula processing on an XPageMike Woolsey2784 - 31 2011 (1) I use @Eval for numerous configurations, allowing me to swap out code when the management has another fit of fancy, and then when they realize what it does. It would be very useful to me to be able to run the normal formulas that would run in @Eval, either ... |
9 | Add the "Close Project" menu option to Domino Designer Perspective |
8 | create multiple fields wizard functionPatrick Kwinten21943 - 05 2010 (2) If I create a form that is going to be used just as a data source for XPages I find it a bit stupid to create all the fields, field by field.
a wizard to add more than one field after each other would be nice... |
8 | More features in Dynamic View ExtensionMike Woolsey2784 - 02 2011 (0) The Dynamic View Panel is a quick and easy addition to pull in a lot of view designs at once, integrating all the views in one custom control. It's great -- but it'd be much more effective if I could pull in more features from the view: -> Pull ... |
7 | Setting Date-only and Time-only field values from XPagesMike Woolsey2784 - 20 2011 (0) I've been working on some date & time columns and dojo field controls in XPages, trying to get backward compatibility with some earlier documents. It's tough. 1. Could there be a way to specify saving only the time portion of the field? I know the time zone ambiguity in ... |
6 | Analog @Command - [NavigateNext], [NavigatePrev], [NavNext], [NavPrev] for xPagesAlexey Katyushyn2876 - 17 2010 (2) I need a link to navigate the View from the open document.
Before xPages used for these purposes @Command - [NavigateNext], [NavigatePrev], [NavNext], [NavPrev]. |
6 | xPages control to preview attachmentsZoltan Szabo4806 - 09 2012 (0) |
5 | Embedded EditorsHow about having Embedded Editors as a control in XPage - just a random thought. |
5 | xPages Required propertyDwain Wuerfel2725 - 26 2011 (0) While testing an application I found out that you cannot have a read only field be required. While it seems logical that if it is read only there is no need to have it required, I could say the same thing if field isn't visible, but if you have the field ... |
5 | xPages Cognos report controlZoltan Szabo4806 - 09 2011 (0) Include a Cognos Report viewer control into the Extension Library. |
5 | Improve the XPages documentation |
5 | Improve the XPages extension library |
4 | Date Time Calendar Time Controls on webLisa Whitsell440 - 29 2009 (4) I like the calendar time control for date/time fields on the client. These should also work on the web like they do in Xpages but without having to use Xpages. Would be a huge timesaver instead of having to use js. Would be nice to be able to specify a ... |
3 | Xpages controls to display & use Forms, Outlines, Profiles, PagesMike Woolsey2784 - 14 2013 (1) There are some items in Notes that are really nice to have. One is the outline. It would be great if I could get an expandable outline on-Web without going through the dojo hassle of building it. That dojo control is a bear. We have forms. They work. It'd be ... |
1 | Mouse gestures |
1 | xPages Display PropertyDwain Wuerfel2725 - 14 2011 (0) The xPages team was extremely thoughtful in designing of the developers capabilities, but one capability I just needed which wasn't available was having the 'Computed Property Menu Button' on the Display tab for a viewpanel column. Specifically the checkbox to 'Show values in this column as links'. This would be ... |
1 | onClick event for Mobile Rounded List ItemPeter Presnell26400 - 01 2013 (0) The <xe:djxmROundedRectList control does not support any events limiting the opportunity to customize what happens when the item has been selected. An onclick event seems the most obvious one to support first. |
1 | Collapse the style section in the XPage properties panelStarrow Pan4199 - 18 2013 (0) The style section is relatively less used but takes much space in the properties panel, especially inconvenient on small screens like my laptop. If you want to edit the more useful section e.g. Resources, All properties, you have to scroll down. Collapse the style section by default, please. |
-1 | xPages Datasource ApplicationDwain Wuerfel2725 - 08 2011 (3) It would be great if when you compute the application datasource in an xpage you would get a collection of views like you do if you simply select current or even browse for one using other. In the 2 wiki posts below I explain how I am computing my application datasource ... |
-21 | Make NTFs viewable in Web browserPeter Presnell26400 - 16 2010 (5) As best as I can tell there are two key differences between the way an NTF and a NSF operate. 1) Scheduled agents will not run in an NTF, and (2) An NTF cannot be viewed in a Web browser. With the push towards doing more Web development (including XPages) it ... |