Hi! 

 

In HTML, I write for example: 

 

<style> #xyz { color: red; } </style> 

... 

<input type="text" id="xyz" value=""/> 

 

In Tobago, I must write: 

 

<tc:style> #page1:xyz { color: red; } </tc:style> 

...
<tc:page label="Test" id="page1">
...

<tc:in value="Test" id="xyz">

Because Tobago concatenates all hierarchical ids with a colon.
But in style denifitions colons are not allowed for ids. So the style definition has no effect.
Is there a workaround for this problem? Or is there any other way to set the style for
indiviual components?

Thanks for any help!
Regards
Helmut

Reply via email to