in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Remove the left side thick border when calling url

Last post 02-06-2008 3:54 AM by C1_SergeiS. 7 replies.
Page 1 of 1 (8 items)
Sort Posts: Previous Next
  • 12-17-2007 12:55 PM

    Remove the left side thick border when calling url

    Hi,

    In the web dialog samples I am trying to use the Url sample. I would like to remove the thick border appearing on the left of the control. It is appearing only on the left of the control. I tried different css properties but nothing worked. Please let me know how I could do that.

    Thanks,

    sridhar. 

     

  • 12-17-2007 3:59 PM In reply to

    • C1_GregL
    • Top 10 Contributor
    • Joined on 06-11-2007
    • Pittsburgh PA
    • Posts 500

    Re: Remove the left side thick border when calling url

    That left border is part of the 3D bevel effect of a web browser window.  It only appears there when you are loading the dialog content from a page through the ContentURL property. 

    It doesn't look so bad if you give the dialog a left border image, which you can assign under the Dialog Border in the properties (leftURL).

    Regards,
    Greg L

     

    Filed under: ,
  • 12-18-2007 9:41 AM In reply to

    Re: Remove the left side thick border when calling url

    o.k. so if set leftUrl to empty string the border should go away right? but it is not going away. i tried like this

    <DialogBorder LeftUrl="" />

    thanks,

    sridhar.

  • 12-23-2007 11:30 PM In reply to

    Re: Remove the left side thick border when calling url

    Hi,
     
    you can add the following style to get rid of left boder
     
    style="border-left:none"
     
    Regards,
    Sergey.
    <DATISDEVELOPMENT> wrote in message news:200501@10.0.1.98...

    o.k. so if set leftUrl to empty string the border should go away right? but it is not going away. i tried like this

    <DialogBorder LeftUrl="" />

    thanks,

    sridhar.



    http://helpcentral.componentone.com/cs/forums/p/73824/200501.aspx#200501

  • 12-24-2007 9:41 AM In reply to

    Re: Remove the left side thick border when calling url

     where do i need to add the style? I tried this and it didn't work.

    <style>

    .test {border-left:none;}

    </style>

    <c1d:C1WebDialog id="C1WebDialog1" runat="server" height="268px"

    width="377px" BackColor="#E0E0E0"

    Font-Names="Tahoma" Font-Size="8pt" ContentUrl="ContentForm1.aspx"

    style="position: absolute;border-left:none;" StartPosition="CenterParent" Text="C1WebDialog" AllowResize=false

    ControlBox=true>

    <CaptionButtons>

    <CloseButton ImageUrl="~/images/skin1/window_close.gif" />

    <MaximizeButton Visible="false" />

    <ReloadButton Visible="true" ImageUrl="~/images/skin1/window_refresh.gif" />

    <MinimizeButton Visible="false" />

    </CaptionButtons>

    <CaptionStyle CssClass="skin1_titlebar" />

    <ContentTemplate>

    <asp:CheckBox ID="CheckBox1" runat="server" />

    </ContentTemplate>

    <DialogBorder />

    <ContentStyle CssClass="test" />

    </c1d:C1WebDialog>

     

     

  • 12-30-2007 1:19 AM In reply to

    Re: Remove the left side thick border when calling url

    Just to HTML tag.
     
    <HTML style="border-left:none">
     
    Regards,
    Segey.
    <DATISDEVELOPMENT> wrote in message news:200655@10.0.1.98...

     where do i need to add the style? I tried this and it didn't work.

    <style>

    .test {border-left:none;}

    </style>

    <c1d:C1WebDialog id="C1WebDialog1" runat="server" height="268px"

    width="377px" BackColor="#E0E0E0"

    Font-Names="Tahoma" Font-Size="8pt" ContentUrl="ContentForm1.aspx"

    style="position: absolute;border-left:none;" StartPosition="CenterParent" Text="C1WebDialog" AllowResize=false

    ControlBox=true>

    <CaptionButtons>

    <CloseButton ImageUrl="~/images/skin1/window_close.gif" />

    <MaximizeButton Visible="false" />

    <ReloadButton Visible="true" ImageUrl="~/images/skin1/window_refresh.gif" />

    <MinimizeButton Visible="false" />

    </CaptionButtons>

    <CaptionStyle CssClass="skin1_titlebar" />

    <ContentTemplate>

    <asp:CheckBox ID="CheckBox1" runat="server" />

    </ContentTemplate>

    <DialogBorder />

    <ContentStyle CssClass="test" />

    </c1d:C1WebDialog>

     

     



    http://helpcentral.componentone.com/cs/forums/p/73824/200655.aspx#200655

  • 01-22-2008 10:44 AM In reply to

    Re: Remove the left side thick border when calling url

    Hi,

     I tried setting the property

    <HTML style="border-left:none">

    on both the html page that contains the dialog and the external page that will be called when clicked on button. Still it is showing the border.

     I even tried setting the Dialog border properties but nothing worked.

    Please let me know.

    Thanks,

    sridhar. 

     

     

  • 02-06-2008 3:54 AM In reply to

    Re: Remove the left side thick border when calling url

    Could you send me a sample?
     
    Regards,
    Sergey.
    <DATISDEVELOPMENT> wrote in message news:201259@10.0.1.98...

    Hi,

     I tried setting the property

    <HTML style="border-left:none">

    on both the html page that contains the dialog and the external page that will be called when clicked on button. Still it is showing the border.

     I even tried setting the Dialog border properties but nothing worked.

    Please let me know.

    Thanks,

    sridhar. 

     

     



    http://helpcentral.componentone.com/cs/forums/p/73824/201259.aspx#201259

Page 1 of 1 (8 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.