wini

Members
  • Content count

    4
  • Joined

  • Last visited

Posts posted by wini


  1. Screen shot:post-28305-0-69288300-1339406747_thumb.gif

    My requirement is : Show some text like "click here to view details", when mouse over green/yellow/red circular symbol.

     

    <datatable showProcessName='1' nameAlign='left' fontColor='000000' fontSize='10' vAlign='right' align='center' headerVAlign='bottom' headerAlign='left' headerbgColor='4567aa' headerFontColor='ffffff' headerFontSize='12' >
    
    <datacolumn headerText='Issues A' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='70'>
    <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXXX'/>
    <text label='●' fontSize='28' fontColor='FF0000' link='N-http://XXXXXXXX'/>
        <text label='●' fontSize='28' fontColor='FF0000' link='N-http://XXXXXXXX'/>
    </datacolumn>
    
    <datacolumn headerText='Issues B' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'>
    <text label='●' fontSize='28' fontColor='FFFF00' link='N-http://XXXXX'/>
    <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXX'/>
       <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXX'/>
    </datacolumn>
    
    <datacolumn headerText='Issues C' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'>
    <text label='●' fontSize='28' fontColor='FF0000' />
    <text label='●' fontSize='28' fontColor='FF0000' />
    <text label='●' fontSize='28' fontColor='FF0000' />
    </datacolumn>
    
    </datatable>
    

     

    Hi,

     

    Can you please explain your requirement,a bit more?

     

    Can you paste a screen-shot of the same?


  2. Does Gantt Chart datacolumn text cell support tips?

    I set a link for the datacolumn text cell.

    When mouse over the datacolumn cell, it will show the value of label as tips.

    Is it possible to show other tips when mouse over the datacolumn cell?

    <datacolumn headerText='Issues' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'>
    <text label='●' fontSize='28' fontColor='FFFF00' link='N-http://XXXXXXX'/>
    <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXX'/>
       <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXX'/>
    </datacolumn>