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



Apr 28, 2011, 12:42 PM
12 Posts

change font type in type-ahead

  • Category: Styles and Themes
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: type-ahead
  • Replies: 2
 Hi 
 
Does anybody know how to change font type in type-ahead usng xpages ?
 
thank you 
leon 
Apr 29, 2011, 8:16 AM
261 Posts
Re: change font type in type-ahead
A default type-ahead on an edit box is rendered using the following elements:
 
 
<ul class="dijitMenu">
 <li><pre>
 
 
So if you add a stylesheet to the XPage and create an entry for the <pre> elements you can change the font:
 
 
ul.dijitMenu li pre {
    font-family: Arial;
    font-weight: bold;
}

 
Mark
 
May 18, 2011, 12:48 AM
12 Posts
Re: change font type in type-ahead
thank you Mark

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