US and Worldwide: +1 (866) 660-7555
Results 1 to 3 of 3

Thread: How a CCC Component can be style?

  1. #1

    Default How a CCC Component can be style?

    Hi guys:

    I'm learning to create dashboards using CDE (a great job by the way), and I wondering how can I give some style to the CCC and other components.

    To style the Table component I found that the id of the component is built using the id of the html container plus the word 'Table'. for instance, I have a row named "tabla1" and I assigned a table component to this row. Inside a css resource I could modified the style using:

    #tabla1Table{
    ................
    }

    But I only have found the answer for the table component, I want to know how is the html structure (id, classes, tags, etc) of the other CCC and non CCC components.

    I also tried firebug to inspect the document but the dashboards are inside and Iframe, so the elements are in a separete tree DOM but I don't know hot to inspect it.

    Any comment would be appreciated

    Paul

  2. #2
    Join Date
    Jul 2007
    Posts
    2,172

    Default

    In CCC you need to use extensionPoints. Check http://ccc.webdetails.org
    Pedro Alves
    Meet us on ##pentaho, a FreeNode irc channel

  3. #3

    Default

    Hi Pedro:

    Thanks for your reply and for the CTOOLS, it is an amazing job.

    I want to make you another questions regarding jQuery Plugins. How could be the best (or at least the most recommended way) to use a jQuery plugin with CDE. For intance, I'm using a pluging for Number Format Conversion. I just added as a "JavaScript Resource", but in this way I have to added to every dashboard if its needed. It is possible to install the plugin in the server? In this way I may use the plugin methods like other jQuery core methods.

    Thanks in advance

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •