Alice
|
| Posted: 02/06/2005, 8:11 PM |
|
Setting default styles:
Using a Theme, but suppose I wish to vary the style for say, just checkboxes.
Throughout the project there'll be some hundreds, and I don't want to have to rightclick
on each and every checkbox to change it's style to my own defined .ThemeNameChkBox style.
How do I have the generator recognise and apply my own styles for particular controls??
Alice
|
|
|
 |
E43509
Posts: 283
|
| Posted: 02/07/2005, 5:36 AM |
|
You can either modify the theme (the .css file) in the inetpub directory and add additional styles. They you can apply that style to each control (either thru the IDE or the HTML file. Note that CCS won't use the new style for new controls but you can easily just change the style to whatever you want after the new control is created.
|
 |
 |
Alice
|
| Posted: 02/07/2005, 1:44 PM |
|
Yes, I know I can add classes to the Theme in use, and I know I can apply the new classes to controls, but for 100+ checkbox controls??
What I asked was ..does the generator allow me to map a css class to a particular control type. That is, somewhere in the generator smarts it decides that the class GraphiteInput (say) is applied to <input> controls, so I wondered if when <input type = checkbox> I could have my GraphiteChkBox class generated instead.
Doesn't look like it though, seems it's a click by click process during design. Maybe one for a wishlist..
Alice.
|
|
|
 |
|