Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Dynamically change the title of editor's tabs

Hi,

To change the tab drawing (including colors), I think the bast way is that you implement a custom theme and configure it to use a custom CTabRenderer.
You can have a look at Jeeyul's themes for that, its editor shows the generated CSS file for theme created from its visual editor and you'll see in it how to use a different renderer.

HTH

PNG image


Back to the top