• OneUI Form

    By miguel calvo 1 decade ago

    Hi,

       Some ONEui v2 Form missed features:

    - ToolTip

    - Localizable message "Please check the following:"

    - Default oneUI class style for ""

     

      Very good job,

      Miguel

    • Tooltip code

      By patrick picard 1 decade ago

      Hi

      Here's an example of a tooltip custom control


          dojoTheme="true">

          
             
          

          
             
                                  url="/.ibmxspres/domino/oneuiv2/images/iconHelp16.png">
                 

             

             


                                  value="#{javascript:compositeData.helpText}">
                 

             

          

       

       

      Also, you need to set some custom properties. Here's the resulting  xsp-config for it



       
          http://www.ibm.com/xsp/custom
          xc
       

       
          helpTooltip
          helpTooltip
          /helpTooltip.xsp
         
           
              true
              Domino Framework
           

         

         
            helpText
            string
            The text that will be displayed to the user when clicking on the ? icon
           
              true