|
Rank: Newbie Groups: Member
Joined: 3/23/2021 Posts: 2
|
Hello, I would like to know how to disable the insertion of the class "eo_no_border_spacing" in the dialog, example:
Code: HTML/ASPX
<table class="[b]eo_no_border_spacing[/b]" id="ctl00_CPHMiddle_DlgPdaDetails" style="border: 1px solid rgb(64, 64, 64); left: 464px; top: 341px; width: 600px; visibility: visible; position: fixed; z-index: 295003; background-color: whitesmoke;" border="0" cellspacing="0" cellpadding="0">
<tbody><tr><td align="left"><div class="DialogHeader testCs" id="ctl00_CPHMiddle_DlgPdaDetails_headerDiv" style="cursor: move;"><div style="position: relative; z-index: 2;"><div id="ctl00_CPHMiddle_DlgPdaDetails_headerHtml">Nuovo Pda</div><table id="ctl00_CPHMiddle_DlgPdaDetails_headerTableR" style="top: 0px; right: 0px; position: absolute;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td valign="middle"><img tabindex="0" id="ctl00_CPHMiddle_DlgPdaDetails_close" style="cursor: default;" alt="" src="/SINTESI/WebResource.axd?d=xcLPruCIEm6V715xFHkgLwr7-vUZx8pN9XwTvwxEAnSg4pnwPwOQrBBC1vzsCzFNWLSx7gLL05-H6C2Mt7gmJ46KidaMkqpNiqL6Fq7cGzQ5HnhJQeqCp_rD3xakotIW0&t=637484792166232040"></td></tr></tbody></table></div></div></td></tr><tr><td valign="top" style="height: 0px;"><table class="eo_no_border_spacing eo_css_ctrl_ctl00_CPHMiddle_DlgPdaDetails1" id="ctl00_CPHMiddle_DlgPdaDetails_contentTable" style="width: 100%; height: 100%; position: relative;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td height="100%" align="left" class="eo_css_ctrl_ctl00_CPHMiddle_DlgPdaDetails1" valign="top">
Thanks in advance! Nabx
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Unfortunately there is not possible. This is necessary for the style properties (for example, HeaderStyleActive/HeaderStyleInactive to work properly.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 3/23/2021 Posts: 2
|
How do I remove the properties set by the "eo_no_border_spacing" class as border-collapse: collapse ?
Thanks in advance! Nabx
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You can not "mess around" with our styles. These styles are designed to "enforce" some rules so that different parts/properties of the Dialog control can work properly with each other. This is like you buy a car and then asking the manufacture how to modify the engine to your own liking. Obviously it doesn't work that way.
Thanks!
|
|