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



Sep 18, 2012, 12:58 PM
67 Posts

xe:dataView - Formating three pager in Header

  • Category: Forum design
  • Platform: All
  • Release: 8.5.3
  • Role: Developer
  • Tags: Extension Library
  • Replies: 3
 Hi, 
 
there are three facets in the head of the dataview:
 
pagerTopLeft, pagerTop and pagerTopRight
 
First problem:
 
When i use facet pagerTop (e.g. for pagerDetail), pagerTopRight goes out of the box one line lower.
Is it possible to manage the positioning of the facets (i'm using oneui 2.1) ?
 
Second problem: 
 
I would like to translate the keywords (e.g. Collapse all | Expand all) into another language.
In xp:pager i know how to do that, but in xe:pagerExpand i don't know.
 
Thanks 
Uwe 
Sep 18, 2012, 1:04 PM
135 Posts
Re: xe:dataView - Formating three pager in Header
To Second problem: I think it uses the locale sent by browser to determine the language. You can also set the locale with SSJS. All languages are probably not supported out of the box and you may need to install a language pack.
Sep 19, 2012, 8:19 AM
67 Posts
Re: xe:dataView - Formating three pager in Header
Thank you Pano,
 
i don't have localisation with system tools in my mind.
I'm thinking about changing whole strings to other ones.
 
The xp:pagerControl element (see exapmle) does'nt work in xe:pager...
Where can i get information about the possibilitys of xe:pager.. ?
 

<xp:pager  for="dataView" id="pager3" partialRefresh="true" styleClass="pager">

<xp:pagerControl id="pagerControl8" type="Previous" value="newer">

</xp:pagerControl>

<xp:pagerControl id="pagerControl2" type="Group">

</xp:pagerControl>

<xp:pagerControl id="pagerControl7" type="Next" value="older">

</xp:pagerControl>

</xp:pager>

 

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