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)
|
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; } |
BlackBerry WebWorks
Cihaz uzerinde Web Inspector ile gelistirilen uygulamanin cihaza yuklendikten sonra cihaz uzerinde calisirken PCden debug edilmesi / incelenmesi.
Super ozellik tek kelimeyle …
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
|
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 [...]
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 : [...]
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
I just installed IBM Notes & Domino 9 Social Edition (Public Beta) on my computer.
When installation ended, tried to open http task but not [...]
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 [...]
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 [...]
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.
[...]
A JSTL primer, Part 1: The expression language
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 [...]
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)
IBM Champion

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



