xpages design elements not shown - xpages

I;m using IBM Notes 9 - social edition and I saw that some design elements are missing: for example, paragraph and script editor.
Should I import them or they are just hidden?
Thanks for your time!

You just need to change your IBM Domino Designer preferences to show them in the palette. In Domino Designer go to File - Preferences and then go to Domino Designer - XPages - Palette.
Paragraph is in the Other Controls palette category while Output script is in the Core Controls palette category.

Related

Acumatica - report designer

Can we add HTML or Right text to the report designer?
From the Below link I know it is not there, but I think with latest versions Acumatica must have added some support for it.
Is it possible to get data from the Rich Text control and show it in an Acumatica report?
No, a rich text control was not added to the report designer toolbox.
TextBox control has no rich text functionality.

XPages: Customizing lotusDialogBox

How could i Enhance Lotus Notes Dialog Boxes or Picklists to change the Background Colorsof one dialogBox on a page with out affecting the others?
For Lotus Notes dialogs and picklist there is nothing you can do - it is Windows application, so dialog windows inherit look&feel from operating system.
You can alter look of content in dialog boxes by making your own layouts, though.
I have removed xpages and css tatgs - as mentioned in comment, it has nothing to do with XPages design. If that was your case, simply define CSS class and your own CSS. Look at DOM hierarchy with Firebug or developer tools of modern browsers.

How to add CKEditor for input field ? - Livecode

I don't know for this question is possible.
I want to add CKEditor when input text in textfield same this :
This is not possible with ckEditor.
But there is a Library available called "FieldTrip" which provides a RichTextEditor feature for Livecode Fields
With the library you can create an editor toolbar.
The command
ftSetToolbar "font4s/size2 biu colors supersub ;align strikebox lists spacing borders move", "2,10,5", (390,15,"topcenter")
for example would create the following toolbar
Find some information about it here

merging custom ribbon controls using custom ui editor

I have created custom ribbon control in both the 2007 and 2010. i have added few features in 2010. i wanna use these new features in 2007 also. so for merging these i have used custom ui editor tool. and i have saved this as well. when i opened up this new to the 2007 all my new controls showed up correctly. but when i open it in the 2010, the controls showed correctly without the icon images. for example, control is "Picture" then nearby this control one small image will be there. this small icon images not showing up in the 2010 version. did i do anything wrong ? please anyone help me for showing it correctly !
Make sure you have added the icons as well to that version's xml. The pictures name must match the xml.
Click Insert and then Icons..., browse and select the pictures you want to use as button images.
You can have different sets of pictures for 2007/2010, but better to only use 2007 UI part if both versions are to be the same.

Custom Backstage View Tab like standard tab FileNew

I want to design own custom backstage view tab that has desing like standard tab FileNew.
How can I (and can I at all) use such tab elements like scrollable button set or large borderless button with text at bottom of one.
There are elements in the BackStage Tabs which are built-in and not available form the programming side. For example, all the individual controls on the Print Backstage Tab cannot be re-used by a developer. I'm afraid that we have the same problem with the File New Backstage. The previews are built-in. You can verify this if you look into the WordControls.xlsx file delivered with the Office 2010 Control-IDs download: There are no controls for the TabNew except for "GroupNewFormTemplates", "GroupNew2003Dialog" and "GroupNewFormPreview".
You can only re-use controls which are defined in the Ribbon Scheme, as Combobox, Edit Control, Button, and so on.
So to display your templates, you must use these default controls, or built something completely different.

Resources