332 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Blogs | Search | myPL | About 
 
Latest 7 Posts
Navbar with dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 114
Dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 143
Navigation list from Notes view in Twitter Bootstrap (with XPages)
Thu, May 30th 2013 134
Breadcrumbs from Notes view in Twitter Bootstrap (with XPages)
Tue, May 28th 2013 162
Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 241
Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 216
Distribution of the extension library
Mon, Apr 29th 2013 190
Top 10
Download: Twitter Bootstrap in Domino Blog
Thu, Nov 15th 2012 718
Improving XPages Application Performance with Managed Beans (Russell Maher, The View Advanced Xpages 2012)
Wed, Oct 31st 2012 690
CALENDARIO: A responsive calendar plugin
Mon, Apr 8th 2013 276
jQCloud gone bad (jQuery Tag Cloud plugin in XPages)
Tue, Apr 9th 2013 244
Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 241
Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 216
Using Teamroom 8.5.2 – recommended documentation?
Mon, Mar 21st 2011 207
LotusScript equivalent for @Command TextSetFontColor?
Wed, Apr 24th 2013 196
jQuery Mobile 1.3 Panel Widget XPages demo (for download)
Thu, Mar 28th 2013 191
Distribution of the extension library
Mon, Apr 29th 2013 190


Help appreciated on the Domino Blog template – Display a list of uploaded files
Patrick Kwinten    

I want to create a list of all the files users have created under ‘Uploaded files’ and display this somewhere HTML Block Template. Does anyone know which DXTag to use or other alternatives? (computed text?).

I have posted my question on OpenNTF:

http://www.openntf.org/internal/home.nsf/discussion.xsp?action=openDocument&documentId=45A97957524DF1FD8625799E003995E4




---------------------
http://quintessens.wordpress.com/2012/02/08/help-appreciated-on-the-domino-blog-template-display-a-list-of-uploaded-files/
Feb 08, 2012
56 hits



Recent Blog Posts
114


Navbar with dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 6:29a   Patrick Kwinten
Introduction Hey hey, sorry to bother you again with a post about using a Notes view in combination with Twitter Bootstrap. In my previous post I was not sure about using nav-pills. I fear not all users will understand them. I assume that most users are common with a site header with navigational options. This navigation can be like tab bars (hihi watch some real old work) some with nested tabs in fancy drop down menus. Twitter Bootstrap have probably taken notice of this expected behavior and [read] Keywords: ldd lotus notes xpages database desktop javascript mobile twitter
143


Dropdown menu from Notes view in Twitter Bootstrap (with XPages)
Fri, May 31st 2013 12:45a   Patrick Kwinten
Introduction OK, so I was a bit unsatisfied with the navigation list in my previous post. The nav-list component seems not to be destined to contain too many category sub levels. Dropdowns Toggleable, contextual menu for displaying lists of links. Pills I am not sure how you would describe pills in Twitter Bootstrap but to me they look more like buttons you build a navigation with. Implementation Again I used Mark Leusink’s Bootstrap4XPages demo site. As source for my documents I am re-us [read] Keywords: notes xpages database javascript twitter
134


Navigation list from Notes view in Twitter Bootstrap (with XPages)
Thu, May 30th 2013 4:06a   Patrick Kwinten
Introduction In my previous post I demonstrated how you create breadcrumbs from Notes view in Twitter Bootstrap. A typical Notes application contains an outline (I assume you don’t the Navigator design element anymore). In this post I demonstrate how to create something similar in Twitter Bootstrap, a Nav List. Nav Lists A Nav list is a simple and easy way to build groups of nav links with optional headers. They’re best used in sidebars like the Finder in OS X. You can nest nav-lis [read] Keywords: notes xpages application best practice database javascript mobile profile twitter
162


Breadcrumbs from Notes view in Twitter Bootstrap (with XPages)
Tue, May 28th 2013 4:09a   Patrick Kwinten
Long long long time ago I wrote how to create breadcrumbs in Notes and on the Web with help of JQuery. In case you are interested using Twitter Bootstrap with XPages chances are you want to provide similar navigational options for your beloved users. The code below demonstrates how to achieve this. and the SSJS function looks like: function getBreadCrumb(){ var nav:NotesViewNavigator = database.getView(“$v-treeview”).createViewNav(); var doc:NotesDocument = currentDocume [read] Keywords: notes xpages database javascript twitter
241


Comparison between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM) – You’re help is appreciated
Tue, May 21st 2013 4:09a   Patrick Kwinten
Some days ago I posted a question on the XPages development forum: Comparison of functionality between Extension Library (OpenNTF) and Upgrade Pack 1 (IBM). I work in a hosted environment and having a change applied (continue to work with extension libraries from OpenNTF via Update site instead of Upgrade Packs) is a complicated issue. Therefor I have wrote down some use cases where new functionality in the Extension Library which are not available in the Upgrade Pack can bring value to the or [read] Keywords: connections domino ibm inotes ldd lotus notes sametime xpages application applications database development dojo facebook mobile openntf security twitter widget
216


Is there any way to access user activity properties programmatically?
Wed, May 15th 2013 4:08a   Patrick Kwinten
I was asked to create some reports on the activities on a set of applications. I wonder if you can access the user activity properties on a database programmatic-ally? [read] Keywords: lotus applications database properties
190


Distribution of the extension library
Mon, Apr 29th 2013 4:07a   Patrick Kwinten
I have written a document on the distribution of the extension library. I have compared Upgrade Pack installation option with using an Update Site. You may guess who has become the winner. If there is anything incorrect stated in the document please let me know. PDF: Distribution Extension Library [read] Keywords:




196


LotusScript equivalent for @Command TextSetFontColor?
Wed, Apr 24th 2013 9:27a   Patrick Kwinten
In an form I have an action button: Unfortunately this TextSetFontColor command only allows these colors: Black Gray Red DarkRed Green DarkGreen Blue DarkBlue Magenta DarkMagenta Yellow Brown Cyan DarkCyan White In the Help file it says: Language cross-reference NotesColor property of LotusScript NotesRichTextStyle class Is there anyone who has written the LotuScript equivalent to change the color of selected text in a rich text field (with RGB value)? [read] Keywords: lotusscript rich text
244


jQCloud gone bad (jQuery Tag Cloud plugin in XPages)
Tue, Apr 9th 2013 12:04p   Patrick Kwinten
I had the idea to make a custom control to make the display of a categorized view more attractive. Quickly you come to tag clouds. While the extension library has an easy to use tagcloud control you probably want to have a result that looks more like this: jQCloud is a JQuery based plugin that does a bit of the trick for you. Unfortunately it seems the link option can not handle question mark parameters so an .xsp?filter= link does not work. This makes the plugin little of interest. Nevertheles [read] Keywords: ibm xpages ajax css database javascript xml
276


CALENDARIO: A responsive calendar plugin
Mon, Apr 8th 2013 7:07a   Patrick Kwinten
Calendars can be a very tricky thing when it comes to their layout and responsiveness. Calendrio is a jQuery plugin to display a calendar layout for both, small and big screens and keeping the calendar structure fluid when possible. Here follows a brief description how you can utilize the plugin in your IBM Notes – XPages application. Resources Copy the resources to the WebContent folder via the Package Explorer: Calendar display Next I created an XPage to display the calendar: [read] Keywords: ibm inotes notes xpages application css database desktop javascript xml




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - Mobile Edition