CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> .NET

 Get Rid of Border Around Checkbox List Items

Print topic Send  topic

Author Message
swilson


Posts: 84
Posted: 02/24/2006, 12:38 PM

I set the properties of a checkbox list to table. Now it creates a partial border around each item, and I cannot find a way for it to accept a style to remove it.

Any ideas? (vb .net) THANKS.
_________________
It continues to amaze me, how often the solutions to seemingly complex problems are so very simple.
View profile  Send private message
wkempees
Posted: 02/24/2006, 12:53 PM

Dear friend,
You are trying to reset all set boundaries.
Show us the HTML

"swilson" <swilson@forum.codecharge> schreef in bericht
news:843ff6eb3d1fc9@news.codecharge.com...
>I set the properties of a checkbox list to table. Now it creates a partial
> border around each item, and I cannot find a way for it to accept a style
> to
> remove it.
>
> Any ideas? (vb .net) THANKS.
> _________________
> Try to stay in the middle of the air. Do not go near the edges of it.
> The
> edges of the air can be recognized by the appearance of ground, buildings,
> sea,
> trees and interstellar space. It is much more difficult to fly there.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

swilson


Posts: 84
Posted: 02/24/2006, 1:19 PM

<tr class="ControlsSimple">  
<th colspan="3">Type Entity</th>  
   
<td class="ErrorSimple" border="0">  
<!-- BEGIN CheckBoxList TypeEntity --><input type="checkbox" value="{Value}" name="{TypeEntity_Name}" {Check}>{Description}<!-- END CheckBoxList TypeEntity --> </td>   
</tr>

Thank you.
_________________
It continues to amaze me, how often the solutions to seemingly complex problems are so very simple.
View profile  Send private message
wkempees
Posted: 02/24/2006, 1:36 PM

<!-- BEGIN CheckBoxList TypeEntity --><input type="checkbox" value="{Value}"
name="{TypeEntity_Name}" {Check}>{Description}<!-- END CheckBoxList
TypeEntity

Above looks ok
The <tr> <td> </td> </tr>
around it, how did you make that?
The <td> has a ErrorSimple class to it, that has a border in itself, the
border="0" after that is not doing anythig
What is it you want, I don't really get it?


"swilson" <swilson@forum.codecharge> schreef in bericht
news:843ff6eb3d1fc9@news.codecharge.com...
>I set the properties of a checkbox list to table. Now it creates a partial
> border around each item, and I cannot find a way for it to accept a style
> to
> remove it.
>
> Any ideas? (vb .net) THANKS.
> _________________
> Try to stay in the middle of the air. Do not go near the edges of it.
> The
> edges of the air can be recognized by the appearance of ground, buildings,
> sea,
> trees and interstellar space. It is much more difficult to fly there.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

swilson


Posts: 84
Posted: 02/24/2006, 2:54 PM

The ErrorSimple and Border stuff were my trying the effects on the matter. What I have is a checkbox list inside a table of a record form.

In the before show, I set the checkbox list parameters as follows:
Entities1TypeEntity.RepeatDirection = RepeatDirection.Vertical  
Entities1TypeEntity.RepeatLayout = RepeatLayout.Table  
Entities1TypeEntity.RepeatColumns = 2  
Entities1TypeEntity.CellPadding = 0  
Entities1TypeEntity.CellSpacing = 0

The textbox list does not seem to accept a class assigned in the HTML for the <td>. I don't want it to draw borders around the table it creates and between the cells.
_________________
It continues to amaze me, how often the solutions to seemingly complex problems are so very simple.
View profile  Send private message
wkempees
Posted: 02/24/2006, 3:09 PM

You see this is probably where it ends for me.
The code stuff you describe is DotNet and I am DotNot.

But simply put, and I dont know if this will work, but it's worth a try
  
<table border="0">  
    <tr>  
    <td>  
        checkbox list in here as vanilla as possible  
    </td>  
    </tr>  
</table>  

this snippet can be placed within an already existing <td></td> construct.
I would need to see more of you Html to give exact code but play with this.
The border="0" you can at first define as 2 so you can see exactly where
your table is in a preview or live page.

Besides, you wrote "and chaged its properties to a table" How? not in the
properties of the checkbox list?



"swilson" <swilson@forum.codecharge> schreef in bericht
news:843ff8ebc900e3@news.codecharge.com...
> The ErrorSimple and Border stuff were my trying the effects on the matter.
> What
> I have is a checkbox list inside a table of a record form.
>
> In the before show, I set the checkbox list parameters as follows:
>
Entities1TypeEntity.RepeatDirection = RepeatDirection.Vertical  
> Entities1TypeEntity.RepeatLayout = RepeatLayout.Table  
> Entities1TypeEntity.RepeatColumns = 2  
> Entities1TypeEntity.CellPadding = 0  
> Entities1TypeEntity.CellSpacing = 0
>
> The textbox list does not seem to accept a class assigned in the HTML for
> the
> <td>. I don't want it to draw borders around the table it creates and
> between
> the cells.
> _________________
> Try to stay in the middle of the air. Do not go near the edges of it.
> The
> edges of the air can be recognized by the appearance of ground, buildings,
> sea,
> trees and interstellar space. It is much more difficult to fly there.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

swilson


Posts: 84
Posted: 02/24/2006, 4:47 PM

Setting the border=0 still results in a partial border appearing around the table - like it's from a native style. Setting border=1 and border color to white covers it up. This solution would work, except it's not doing the inside cell borders, just the table border around the outside of the control. I keep ending up with a tic tac toe from whatever the native style is that I cannot find a way to clear.

I cannot figure out how to affect the individual cells created by the checklistbox control in RepeatLayout.Table mode. I keep ending up with a tic tac toe from whatever the native style is that I cannot find a way to clear.

Any help from the dot netters out there? Thanks.
_________________
It continues to amaze me, how often the solutions to seemingly complex problems are so very simple.
View profile  Send private message
doeki

Posts: 5
Posted: 06/15/2006, 1:24 PM

The table is a plain vanilla one - use CSS.
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.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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