Introduction to Docker – Simple things …
Introduction to Docker ms-sql & nexus repository manager installations Some basic notes for me and also for everyone 🙂
Read More Introduction to Docker – Simple things …Introduction to Docker ms-sql & nexus repository manager installations Some basic notes for me and also for everyone 🙂
Read More Introduction to Docker – Simple things …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) table.lotusFormTable td table { display: inline; } table.lotusFormTable td table tbody …
Read More How To : Prevent xp:comboBox Jumps on Next Line in Read Mode ?BlackBerry WebWorks Cihaz uzerinde Web Inspector ile gelistirilen uygulamanin cihaza yuklendikten sonra cihaz uzerinde calisirken PCden debug edilmesi / incelenmesi. Super ozellik tek kelimeyle …
Read More Debug BlackBerry WebWorks Application on DeviceHow 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 <?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 …
Read More How To : Prevent xe:dropDownButton Jumps on Next Line ?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 : …
Read More Another Turkish Char Problem in XPages Editor (XPages Editorde Türkçe Karakter Problemi)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 …
Read More StackOverflow Question (XPages – xp:fileDownload Control in xp:repeat Control)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.
Read More Login Manager is now available …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 EL operators Category Operators …
Read More XPages – Expression Language (EL) – Some Useful Links & SampleÇoklu dil desteği ile XPages uygulaması geliştirmek için öncelikle uygulamamızın Application Properties > XPages > Localization Options bölümünde desteklenecek diller seçilir. Akabinde menüden Project > Clean işlemi yapılır. Böylece desteklenecek diller için gerekli resource dosyaları oluşturulmuş olur. Peki bu Resource dosyaları nerede ? XPages görünümü (prespective) açılır. Veya Package Explorer açılır. XPages, CustomControls klasörlerinde (eğer …
Read More XPages Çoklu Dil Desteği – Resource Dosyalarında Güncelleme (XPages Multi-Language – Modification on Resource Files)XPages – Simple PickList Dialog Sample Open XSnippet – OpenNTF
Read More XPages – Simple PickList Dialog