This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Aug 23, 2011, 6:57 AM
37 Posts

Documentation about methods and proprierties of UIComponents?

  • Category: Documentation
  • Platform: All
  • Release: 8.5.3
  • Role: Developer
  • Tags: uicomponents,documentations
  • Replies: 2
Hi to all, 
Someone know how can I read full method and proprierties for every components? (Core, Container etc...)
 
For example  for read the selected ID I know that can I use this:
 
var viewcontrol = getComponent("viewPanel1");
var ids = viewcontrol.getSelectedIds();
 
 
But...for the others controls? 
 
How can I inspect or understand every methods and proprierties that can I use in my code? 
 
 
Tnx you  
Aug 23, 2011, 8:19 AM
272 Posts
Re: Documentation about methods and proprierties of UIComponents?
Hi,
 
here are some ressources about the XPages API (8.5.2) where you can find a lot of interessting informations:
 
F.e. informations about the view panel can be found here:
 
And here is an API-Inspector, written by Tommy Valand:
 
Sven

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal