Hi there,
just a quick temporary answer to let you know that I'm working on an
exhaustive answer, I just didn't have enough time to put it together so far.
I hope to be able to do it tomorrow, I'll update the post when I have
something to show.

In the meantime, you can use your browser web-inspector to look at the DOM
elements that ControlWrappers generate and start from there. We have kept
the CSS classes of each generated DOM element fairly explicit exactly to
make styling easy and let you adapt controls to your own pages.

-- R.

On 10 October 2011 18:58, fgrayli <[email protected]> wrote:

> Can anyone provide any documentation about the format of the Custom
> Style Sheet for different type of the ControlWrappers?
> something like this that we are using for Table:
> cssClassNames = {
>                        'headerRow':'header-row bold-font font',
>                        'headerCell':'header-cell font',
>                        'tableRow':'table-row',
>                        'tableCell':'table-cell font',
>                        'selectedTableRow':'selected-row',
>                        'oddTableRow':'odd-rows',
>                        'hoverTableRow':'hover-row'
>                };
>
>
>
> Thanks,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to