The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Change colour of TextBox (SLX Web V7.5 sp2)
Posted: 15 Jan 10 8:54 AM
|
Hi
Does anyone know if it is possible to change the colour of a TextBox? I have been asked to make the read only fields a different colour.
Thank you Ian |
|
|
|
Re: Change colour of TextBox (SLX Web V7.5 sp2)
Posted: 15 Jan 10 9:43 AM
|
If I am not mistaken, the StyleScheme attribute is mapped to the CssClass attribute of the control, so you should be able to add your Own Class definition and then associate your Read Only controls to that class. |
|
|
|
Re: Change colour of TextBox (SLX Web V7.5 sp2)
Posted: 15 Jan 10 10:38 AM
|
Hi Raul
Thank you for your help. Do you happen to know the name of the css file that the main screens use and how i can open it to edit ? Sorry for the question, i am still learning AA and haven't seen where css files are kept.
Ian |
|
|
|
Re: Change colour of TextBox (SLX Web V7.5 sp2)
Posted: 15 Jan 10 11:06 AM
|
The CSS files are on the CSS folder under Support Files.
Also, if you check the Master files, you will notice that most CSS files are included, but you could as well create your own and then included it (doing it from the Master files ensures that it would be available throughout the application) |
|
|
| |
| |
|