Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
By Tag: Domino Development / custom controls
9answers
0votes

Custom Control addOnLoad fires only one time?

I am trying to create a re-usable custom control. A javascript function needs to trigger when this custom control is partial refreshed by a button on the container XPage. I don't want to write code outside the custom control (else I could have coded the javascript on the onComplete event …
Domino Development / XPages
Rajeev Menon - over 3 years ago
5answers
0votes

Best Practice for Reusing Custom Controls

Say I have a custom control that I want to be able to reuse.  For instance an addressblock that has the fields for Address, City, State, Zip etc....   I wondering the best way to bind any fields to the data without hardcoding the Data Source. What if you wanted …
Domino Development / XPages
David Leedy - over 3 years ago
Show Correct Answer...
2answers
2votes

Can Custom Controls be loaded Programatically ?

On an XPage custom controls can be added from the custom control palette, but the "Name" property is not a required element.   So if I want an XPage that displays a list of links to load a specific Custom Control can that be done progamattically without adding ALL the …
Domino Development / XPages
Paul Calhoun - over 3 years ago
Show Correct Answer...
2answers
1vote

How to add multiple controls to a custom control facet?

I am trying to create an Outline custom control into which I can place any number of outline entries. I have figured out how to add an Editable Area (facet) to the outline custom control.  Now I can add a panel to the facet and the place multiple outline entry …
Domino Development / XPages
Peter Presnell - over 4 years ago
3answers
0votes

How Do You Edit a Custom Control?

The documentation is clear on how to make a new custom control but I can't find any documentation on how to edit one.
Domino Development / Domino Designer
Rob Shaver - over 4 years ago
Show Correct Answer...