Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Pentaho CTools

You're reading from  Learning Pentaho CTools

Product type Book
Published in May 2016
Publisher Packt
ISBN-13 9781785283420
Pages 388 pages
Edition 1st Edition
Languages
Author (1):
Miguel Gaspar Miguel Gaspar
Profile icon Miguel Gaspar

Table of Contents (17) Chapters

Learning Pentaho CTools
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Getting Started with CTools Acquiring Data with CDA Building the Dashboard Using CDF Leverage the Process with CDE Applying Filters to the Dashboard Tables, Templates, Exports, and Text Components Advanced Concepts Using CDF and CDE Visualizations Using CCC Pentaho App Builder Embed, Deploy, and Debug Index

Text component


The text component is another component that is really simple to use. It allows you to display text on the dashboard. This component will not trigger a query, but is still executed as part of the lifecycle of the dashboard, so it's very useful. It can be used, per instance, to display the user that is logged in.

Besides the properties that you already know and that are common to the remaining components, there can also be:

  • Expression: A function that should return the text/HTML to be displayed on the element of the layout associated to this component.

    One example would be:

    function() {
        return this.dashboard.context.user;
    }  

The previous code is returning the username of the user that is using the dashboard, but we could have returned HTML to display.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}