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


Reply With Quote
