CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Extending styles -again-

Print topic Send  topic

Author Message
csierra

Posts: 123
Posted: 09/19/2006, 12:46 PM

Hi, This is a question about the class "Controls" in html; we see in the Style.css under the form styling options something like this

.Controls td {....

I´ve added one that is

.Controls input {.... and works ok, no errors but the issue is that every input is treated under this directive, I would like to affect only text, not buttons so the sollution would be to change the class for buttons, or do I have another option? The exact question is, if I do change the class for buttons in HTML, e.g.

<tr class="Controls">
<th>Nombre Cluster</th>
<td><input maxlength="50" size="64" value="{NombreCluster}" name="{NombreCluster_Name}" style="WIDTH: 422px; HEIGHT: 22px"></td>
</tr>

But what if we do have extra buttons inside the form (record)...

<tr class="Controls">
<th> 
<!-- BEGIN Button Button_GetFile -->
<input id="Button2_Id" type="submit" value="Bajar Curriculum" name="{Button_Name}">
<!-- END Button Button_GetFile --></th>
<td> {Label1}</td>
</tr>

The issue here is that if I define a different stye for .Controls input {.... it affect those buttons too, wich I don´t want to, the sollution is to define a different class for that input, e.g. Class="ButtonA" the question is, doing so affects CCS inner workings when publishing and generating code? Any ideas on a workaround?

Another question, why is not Codecharge Studio using the HTML featue <<fieldset>?

Thanks
_________________
Yes! I Can!!!
View profile  Send private message
peterr


Posts: 5971
Posted: 09/20/2006, 12:50 AM

You can modify Style.css as much as you like, or create a different/own style definitions. CCS only provides a style wizard to preset certain common css classes and attributes, while you can extend, modify or replace them.


Quote :
Another question, why is not Codecharge Studio using the HTML featue <<fieldset>?
Strange question. Codecharge Studio is not doing millions of other things (yet) :-)
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.