XPages – Theme – Paging

Change Paging style and naming from one place using theme. Sample is like this. <control> <name>Pager</name> <property> <name>layout</name> <value>Previous Separator Group Separator Next</value> </property> </control> <control> <name>PagerControl.Pager.First</name> <property> <name>value</name> <value>First Page</value> </property> </control> <control> <name>PagerControl.Pager.Previous</name> <property> <name>value</name> <value>Previous</value> </property> </control> <control> <name>PagerControl.Pager.Next</name> <property> <name>value</name> <value>Next</value> </property> </control> <control> <name>PagerControl.Pager.Last</name> <property> <name>value</name> <value>Last Page</value> </property> </control>

Read More XPages – Theme – Paging

Custom NamePicker Data Provider (dataBean) Sample

If you need to customize NamePicker data, this XSnippet can help you to do that. I needed to use ExtLib NamePicker but our user directory is not domino directory db. It’s custom database. Also we need to add search capability for First Name, Middle Name and Last Name at once. So I need to customize …

Read More Custom NamePicker Data Provider (dataBean) Sample

Update DocumentDataSource – Field Values from Java (XSnippets)

  Usage in SSJS under Button : com.domino.openntf.ferhat.UpdateDocumentDataSource.Update(); Actually I don’t know It is good idea or not but I need it, tried and worked. No Exception. Data Source Field Value is changed and I called Save after this code and Ta taaa … Document’s Field Value is changed. UI component (Visible / ReadOnly – …

Read More Update DocumentDataSource – Field Values from Java (XSnippets)

XPages – Server Side – Invoke Web Services (JAX-WS)

I don’t know what is the first word about this post because I posted my last blog post long time ago 🙂 OpenNTF 2nd Contest, Lotusphere, My Company Project SIT and UAT … Now back to my website 🙂 My company project killed me … First XPages project in my company and I am so …

Read More XPages – Server Side – Invoke Web Services (JAX-WS)

Source Control (IBM Rational ClearCase) for NSFs & XPages – Lotus Designer in Domino 8.5.3

Sorry … English version of this post not ready yet. I hope, you’ll got the point from pictures 🙂 But I wish to write in English on this weekend. Bir IBM Rational ClearCase ile Lotus Designer Source Control implementasyonunu hikayesi; ClearCase in Domino Designer ile implementasyonu için öncelikle IBM Rational ClearCase in bilgisayarınızda kurulu olması …

Read More Source Control (IBM Rational ClearCase) for NSFs & XPages – Lotus Designer in Domino 8.5.3

BlackBerry Device’s Screen Resolutions (BlackBerry Cihazlarının Ekran Çözünürlükleri)

For BlackBerry Developers, basic information that you can need : h : Screen Height (px) – w : Screen Width (px) BlackBerry Torch 9800 – h:480 x w:360 BlackBerry Bold 9000 – h:320 x w:480 BlackBerry Bold 9700 – h:360 x w:480 BlackBerry Bold 9780 – h:360 x w:480 BlackBerry Curve 8520 – h:360 x w:480 BlackBerry …

Read More BlackBerry Device’s Screen Resolutions (BlackBerry Cihazlarının Ekran Çözünürlükleri)

Afterthoughts about LUGTR 2011 .. (Lotus Türkiye Kullanıcı Grubu 2011 Konferansı Sonrası Düşünceler ve Paylaşımlar)

After a long journey, we finally passed the turkish lotus user group conference … I think, it was good. There is no comment on Serdar’s blog entry. There were valuable contributions from TRLUG board and on behalf of them by Serdar Başeğmez. I congratulate him once again because of this valuable and hard work. I tried to share my experience on BlackBerry …

Read More Afterthoughts about LUGTR 2011 .. (Lotus Türkiye Kullanıcı Grubu 2011 Konferansı Sonrası Düşünceler ve Paylaşımlar)