IBM Apptio

Apptio

A place for Apptio product users to learn, connect, share and grow together.


#Aspera
#Apptio
#Automation
 View Only
  • 1.  HTML color code table as background on column pickers?

    Posted Thu March 10, 2016 02:06 PM
      |   view attached

    Is it possible to create a color code HTML table and use it as a background layer on top of column picker?

     

    Purpose: we want to overlay this alternating color code table on top of column picker by using BAC standard colors and making it easier for our users to differentiate which column pickers to pick?

     

    If anyone can provide any feedback or have any experience in doing this, would really appreciate if you can share.

     

    Example: check attachment







    #CostingStandard(CT-Foundation)


  • 2.  Re: HTML color code table as background on column pickers?

    Posted Thu March 10, 2016 05:11 PM

    The picker object is transparent, so if you use absolute positioning, you can just create your HTML manually and place the pickers on top.

     

    Capture.PNG


    #CostingStandard(CT-Foundation)


  • 3.  Re: HTML color code table as background on column pickers?

    Posted Thu March 10, 2016 05:51 PM

    this is exactly I am looking to do. Can you share the code please?

    Want to understand which tags you used and how you did?


    #CostingStandard(CT-Foundation)


  • 4.  Re: HTML color code table as background on column pickers?

    Posted Fri March 11, 2016 09:38 AM

    It looks like I didn't save it after the screenshot, but it was something like the below:

    <div style="float:left;background-color:red;width:150px;height:100px;"></div>

    <div style="float:left;background-color:gray;width:150px;height:100px;"></div>

    <div style="float:left;background-color:green;width:150px;height:100px;"></div>

     

    That only works for one row, but if you do a "float:clear" (or something like that) you can start a new row.


    #CostingStandard(CT-Foundation)


  • 5.  Re: HTML color code table as background on column pickers?

    Posted Thu February 07, 2019 10:04 AM

    This is great learning!


    #CostingStandard(CT-Foundation)


  • 6.  Re: HTML color code table as background on column pickers?

    Posted Fri March 11, 2016 05:19 PM

    @Tony Agent Thanks so much! really appreciate your help


    #CostingStandard(CT-Foundation)


  • 7.  Re: HTML color code table as background on column pickers?

    Posted Fri March 11, 2016 05:57 PM

    So this is how I used it, works fine.

    But is there any way we can update font color on the column picker? Do we have any control?Capture.PNG


    #CostingStandard(CT-Foundation)