Best Coder
  • About Me
  • Contact

How To : Prevent xp:comboBox Jumps on Next Line in Read Mode ?

By ferhatbulut On February 13, 2013 · Leave a Comment

Why ComboBox object becomes “table” when you are in Read Mode ? It looks like this.

Add this CSS properties and It looks good

display: inline -> Life Save in XPages )

lotusFormTable is a parent form table class name. (custom class name)

CSS
1
2
3
4
5
6
7
8
9
table.lotusFormTable td table {
    display: inline;
}
 
table.lotusFormTable td table tbody tr td {
    display: inline;
    margin: 0px;
    padding: 0px;
}


Continue Reading →

Debug BlackBerry WebWorks Application on Device

By ferhatbulut On February 5, 2013 · Leave a Comment

BlackBerry WebWorks

Cihaz uzerinde Web Inspector ile gelistirilen uygulamanin cihaza yuklendikten sonra cihaz uzerinde calisirken PCden debug edilmesi / incelenmesi.

Super ozellik tek kelimeyle …

Continue Reading →

How To : Prevent xe:dropDownButton Jumps on Next Line ?

By ferhatbulut On January 22, 2013 · Leave a Comment

How to prevent xe:dropDownButton jump on next line between regular buttons of your XPages ?

I mixed CSS properties and finally solved.

First of all, working on Latest ExtLib (853.20121217-1354) Notes 8.5.3 FP3 @ Domino 8.5.3 FP2 64bit

XHTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<xp:view
    xmlns:xp="http://www.ibm.com/xsp/core"
    xmlns:xe="http://www.ibm.com/xsp/coreex">
    <xp:button
        value="Open"
        id="button1">
        <xp:eventHandler
            event="onclick"
            submit="true"
            refreshMode="complete">
            <xp:this.action><![CDATA[#{javascript:submit();}]]></xp:this.action>
        </xp:eventHandler>
    </xp:button>
    <xe:dropDownButton
        id="dropButton1">
        <xe:this.treeNodes>
            <xe:basicContainerNode
                label="Add Sub Form">
                <xe:this.children>
                    <xe:basicLeafNode
                        label="Sub Form 1"></xe:basicLeafNode>
                    <xe:basicLeafNode
                        label="Sub Form 2"></xe:basicLeafNode>
                    <xe:basicLeafNode
                        label="Sub Form 3"></xe:basicLeafNode>
                    <xe:basicLeafNode
                        label="Sub Form 4"></xe:basicLeafNode>
                </xe:this.children>
            </xe:basicContainerNode>
        </xe:this.treeNodes>
    </xe:dropDownButton>
    <xp:button
        value="Close"
        id="button2">
        <xp:eventHandler
            event="onclick"
            submit="true"
            refreshMode="complete">
            <xp:this.action><![CDATA[#{javascript:close();}]]></xp:this.action>
        </xp:eventHandler>
    </xp:button>
</xp:view>

Now Its looking like this :

 

 

 

 

 

After [...]

Continue Reading →

Another Turkish Char Problem in XPages Editor (XPages Editorde Türkçe Karakter Problemi)

By ferhatbulut On January 10, 2013 · Leave a Comment

Biran geliştirdiğim XPages sayfasını kaybettiğimi sandım ama şükür sorunu tahmin yöntemiyle buldum ve kurtardım yazdığım kodları

Yapmamanız gereken kodu özetle şu şekildedir ark.lar.

Öncelikle sistem özellikleri :

Windows 7 64bit IBM Domino Designer 8.5.3 FP2 with Upgrade Pack 1

Sorunun oluşma şekli :

Custom Control oluşturun. Property Definition bölümünde bir değişken oluşturun. (Örnek : [...]

Continue Reading →

Blue Now …

By ferhatbulut On December 14, 2012 · Leave a Comment

Ed Brill announed that the IBM Notes & Domino 9 Social Edition betas are now available for download.

Download IBM Notes & Domino 9 Social Edition Beta

Beta Forum for Feedbacks

I just installed IBM Notes & Domino 9 Social Edition (Public Beta) on my computer.

When installation ended, tried to open http task but not [...]

Continue Reading →

Ben de bir IBM Şampiyon ‘um :)

By ferhatbulut On December 12, 2012 · 2 Comments

Dün Joyce Davis, 2013 IBM Champions for Collaboration Solutions listesini açıkladı.

Ben de bu ünvana layık görülerek bir IBM Champion olmaktan büyük onur ve mutluluk duyduğumu belirtmek isterim. Evet artık ben de bir IBM Şampiyon ‘um

 

 

Bu ünvanın ne demek olduğunu değerli dostum Serdar Başeğmez çok [...]

Continue Reading →

StackOverflow Question (XPages – xp:fileDownload Control in xp:repeat Control)

By ferhatbulut On November 1, 2012 · Leave a Comment

Do you have any idea how can I use xp:fileDownload control in a xp:repeat control ?

I binded xp:repeat control to view. So I am available to get NotesViewEntry per line.

But I didnt get attachments using var variable in xp:fileDownload control.

I placed xp:repeat in xp:panel and created data document in panel object. I [...]

Continue Reading →

Login Manager is now available …

By ferhatbulut On October 20, 2012 · Leave a Comment

It helps to easy login during application tests. No need to memorize user login details, no typing pass. Just two click to login. Try demo application.

[...]

Continue Reading →

XPages – Expression Language (EL) – Some Useful Links & Sample

By ferhatbulut On October 18, 2012 · Leave a Comment

A JSTL primer, Part 1: The expression language

JSF Techniques – EL Resolvers

Simple If – Then for rendered properties in table – tr using view column data.

[Column value of GorusTipi equals "Zorunlu"] AND [Column value of UygunlukDurumu IS NOT EMPTY]

<xp:this.rendered><![CDATA[#{viewEntry["GorusTipi"] eq “Zorunlu” && !empty viewEntry["UygunlukDurumu"]}]]></xp:this.rendered>

Table 2. The [...]

Continue Reading →

jQuery UI – DatePicker in XPages

By ferhatbulut On October 14, 2012 · Leave a Comment

How-To Implement jQuery Date-Picker to XPages

1- Download jquery-ui-1.8.21.custom.zip file (package includes blitzer theme)

2- Create new Custom Control – Name : ccjQueryDatePicker (Link)

3- Create new XPages Demo Page using this sample (Link)

Continue Reading →
← Previous Entries
  • IBM Champion

  • Login Manager

  • Send To

  • Tags

    bean BlackBerry ckeditor Community contest databean Dialog dojo domino designer Eclipse el encoding Event expression language filedownload IBM IBM Champion java jax-ws localization lotus lotus domino Lotusphere Lotusscript Lotus Workflow meta Missing Cover namepicker oneui openntf picklist rational clearcase repeat richtextitem Screen Resolution sendto source control theme trlug turkish türkçe webservice webservices xpages XSnippets
  • Recent Posts

    • How To : Prevent xp:comboBox Jumps on Next Line in Read Mode ?
    • Debug BlackBerry WebWorks Application on Device
    • How To : Prevent xe:dropDownButton Jumps on Next Line ?
    • Another Turkish Char Problem in XPages Editor (XPages Editorde Türkçe Karakter Problemi)
    • Blue Now …
  • Archives

    • February 2013
    • January 2013
    • December 2012
    • November 2012
    • October 2012
    • July 2012
    • May 2012
    • March 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • May 2011
    • March 2011
    • January 2011
    • December 2010
    • August 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
  • Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
"Unknown Twitter error." — _bestcoder

Best Coder

Pages

  • About Me
  • Contact

The Latest

  • How To : Prevent xp:comboBox Jumps on Next Line in Read Mode ?
    Why ComboBox object becomes “table” when you are in Read Mode ? […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2013 Ferhat Bulut
Platform by PageLines