Über…
Das ist das Blog von Sven Hasselbach rund um das Thema XPages-Entwicklung.
Ich bin seit dem Jahr 2000 im Lotus Notes-Umfeld tätig, seit 2003 als freiberuflicher Entwickler deutschlandweit im Einsatz und IBM ICS Champion.

Um Kontakt mit mir aufzunehmen, einfach eine eMail an contact<at>hasselba.ch schicken oder mich bei XING finden:

Projektanfragen sind immer willkommen!Ads
Suche
Kategorien
-
Letzte Beiträge
Letzte Kommentare
Stackoverflow
Archive
Meta
Schlagwort-Archive: ServerSide JavaScript
Quick-n-Dirty: How to add HTML 5 events
One way for adding unsupported events to an XPage or a component is the trick from Keith. But this is limited to CSJS only. If you need to execute a server side event, you just need change the name of … Weiterlesen
Veröffentlicht unter HTML, HTML5, Java Script, ServerSide JavaScript, Web, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, HTML5, Java Script, Partial Refresh, ServerSide JavaScript, Tipp, Web, XPages
3 Kommentare
Quick-n-Dirty: Disable all validators at once
In a larger project there are a lot of forms to fill in, each form has many fields with validators and converters. During the development of the workflow it was really helpful to disable all validators at once by using … Weiterlesen
Veröffentlicht unter Allgemein, Errorhandling, Java Script, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Errorhandling, Java Script, ServerSide JavaScript, Tipp, XPages
Hinterlasse einen Kommentar
XPages: compositeData is undefined
An interesting question was asked on StackOverflow.com: The compositeData of custom control is undefined in beforeRenderResponse event. I have never noticed this before, but if you are accessing the compositeData object in the before-, afterRenderResponse or the afterRestoreView event, the … Weiterlesen
Veröffentlicht unter Java, JSF, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Java, Java Script, JSF, ServerSide JavaScript, Tipp, XPages
Hinterlasse einen Kommentar
Quick-n-Dirty: Import SSJS libraries with DXL
In the last time I have developed different techniques for manipulating the design elements of XPages applications. While I am still working on a way for manipulating the localization files, I was playing a little bit with DXL imports. Here … Weiterlesen
Veröffentlicht unter Allgemein, Java, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, Java, ServerSide JavaScript, Tipp, XPages
Hinterlasse einen Kommentar
XPages: UI for editing localization files (1)
For one of my customers I am developing an easy way for editing the localization/translation of existing XPages applications: Instead of importing and exporting the property files with the Domino Designer (which is not an option for non-developers) it would … Weiterlesen
Veröffentlicht unter Java, ServerSide JavaScript, Web, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, Java, ServerSide JavaScript, Tipp, Web, XPages
1 Kommentar
XSnippets: viewPanelHelper
I have added a new XSnippet, the viewPanelHelper. The code helps to keep the selection of the selected documents in a view panel even if pager is used or categories are expand or collapsed. It is not required to modify … Weiterlesen
Veröffentlicht unter Allgemein, Dojo Toolkit, Java Script, ServerSide JavaScript, XPages, XSnippet
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, Java Script, Partial Refresh, ServerSide JavaScript, Web, XPages, XSnippet
Hinterlasse einen Kommentar
XPiNC and Attachments: A better PDF handling
For one of my customers I have created a small XPiNC application with contains a lot of documents with attached PDFs. One of the key requirements was the posibility to open and read a PDF directly in Notes Client, without … Weiterlesen
Veröffentlicht unter Allgemein, Infrastruktur, Java, ServerSide JavaScript, XPages, XPiNC
Verschlagwortet mit 8.5.3, Domino, ServerSide JavaScript, Tipp, XPages, XPiNC
Hinterlasse einen Kommentar
Quick-n-Dirty: Disable Validation for FileDownload control
If you are using the file download control, you sooner or later want to allow your users to delete an existing file. But if you have some required fields on your XPage, a deletion is not possible because the validation … Weiterlesen
Veröffentlicht unter Java Script, ServerSide JavaScript, XPages, XSnippet
Verschlagwortet mit 8.5.3, Domino, ServerSide JavaScript, Tipp, XPages, XSnippet
Hinterlasse einen Kommentar
Quick-n-Dirty: Use your own Factory classes in XPages
Here is a easy way to use your own factory classes in XPages: 1. Create a file named “com.ibm.xsp.factories.properties” in the WEB-INF-Folder of your NSF 2. In this file, define the factory classes you want to use in … Weiterlesen
Veröffentlicht unter Extensibility API, Java, JSF, Server, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Extenisbility API, Java, JSF, ServerSide JavaScript, Tipp, XPages
4 Kommentare
Quick-n-Dirty: Control Dojo generation for individual XPages
Another interesting question has been asked on stackoverflow.com: How to enable or disable the Dojo libraries for individual XPages, not the whole application? Just adding the parameter as shown below to the XPage won’t work: <xp:this.properties> <xp:parameter name=”xsp.client.script.libraries” value=”none” /> … Weiterlesen
Veröffentlicht unter ExtLib, Server, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, Extension Library, ExtLib, ServerSide JavaScript, Tipp, XPages
1 Kommentar