Showing posts with label change. Show all posts
Showing posts with label change. Show all posts
Wednesday, February 25, 2015
Change the Capitalization of Your Text with Ease!
This tip is probably the one I use the most! Do you ever need to change your text to capitalize it? e.g.:from "happy thankgiving!" to "Happy Thanksgiving!" to "HAPPY THANKSGIVING!" Its actually surprisingly easy to do!
Read more »

This tip works the best in Microsoft Word. It will work to some extent in PowerPoint, but instead of doing "Title Case," it will capitalize the words as if they were in a sentence. Its definitely a nice trick if you want to change the way your text is capitalized!
By the way, Happy Thanksgiving!!! I hope everyone has a wonderful day!
Tuesday, February 10, 2015
Tip Change Tooltip back ground color in pentaho CDE dashboards
Hi Guys,
A small tip on how to change/override the default tool tip color and text in it.
Open your dashboard using Mozilla browser & make use of firebug tool as shown in below figure.
In the image just changed the css code.. for your particular dashboard you have to override the the css code by adding Resource(Either code snippet or External css file - you need to name the file if you take code snippet OR you need to locate the .css file if you take External file) ...
i.e., in Code snippet you have to write.

In the same way one can change/override the css code for your input controls and for other components(like table component)
:-) :-)
Future update in the same post : Need to find :
Dynamic tooltip back ground & border and text color
i.e., You can find tool tip of HTML5-Charts .. If you hover the mouse on green colored bar or slice of a chart the tooltip border has to come in the same color along with text included in the tooltip..
If anyone knows this tip already feel free to share your tip in the comment boxes...
Thank you.
Sadakar
BI developer.
A small tip on how to change/override the default tool tip color and text in it.
Open your dashboard using Mozilla browser & make use of firebug tool as shown in below figure.
In the image just changed the css code.. for your particular dashboard you have to override the the css code by adding Resource(Either code snippet or External css file - you need to name the file if you take code snippet OR you need to locate the .css file if you take External file) ...
i.e., in Code snippet you have to write.
.tipsy-inner {
background-color: red;
color: #FFFFFF;
max-width: 200px;
padding: 5px 8px 4px;
text-align: center;
}
Default Background and text color are : Black & white
Sample Image after changing the color

In the same way one can change/override the css code for your input controls and for other components(like table component)
:-) :-)
Future update in the same post : Need to find :
Dynamic tooltip back ground & border and text color
i.e., You can find tool tip of HTML5-Charts .. If you hover the mouse on green colored bar or slice of a chart the tooltip border has to come in the same color along with text included in the tooltip..
If anyone knows this tip already feel free to share your tip in the comment boxes...
Thank you.
Sadakar
BI developer.
Subscribe to:
Posts (Atom)