WebDialogBox (button)

2 replies. Last post: December 6, 2011 6:58 AM by Patricia G.
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Patricia G.Member

 

Hi,

The position of the buttons is wrong. Can I change this position ???

 

I don't have the file Default.css.

 

<ISWebDesktop:WebDialogBox ID="WebDialogBox"  Text="Title" runat="server" Height="150px" Width="400px" >           <ContentTemplate>               <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>               </ContentTemplate>          <WindowSettings AllowClose="No">              <CommandButtonStyle>                  <Active BackColor="#8A887B" BaseStyle="Normal" ForeColor="White">                  </Active>                  <Over BackColor="#C5C2AF" BaseStyle="Normal">                  </Over>                  <Normal BackColor="Control" BorderColor="ControlDarkDark" BorderStyle="Solid" BorderWidth="1px"                      Font-Bold="False" Font-Italic="False" Font-Names="Tahoma" Font-Size="8pt" Font-Underline="False">                  </Normal>              </CommandButtonStyle>              <ContainerStyle BackColor="White" Font-Names="Tahoma" Font-Size="8pt" Height="100%"                  Width="100%">                  <Padding Bottom="0px" Left="0px" Right="0px" Top="0px" />              </ContainerStyle>              <WindowStyle>                  <Active BaseStyle="Normal" BorderColor="Gray">                  </Active>                  <Normal BackColor="White" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"                      Font-Names="Tahoma" Font-Size="8pt">                  </Normal>              </WindowStyle>              <CaptionStyle>                  <Active BackColor="Navy" BackColor2="192, 192, 255" BaseStyle="Normal">                  </Active>                  <Normal BackColor="Gray" BackColor2="Gainsboro" Cursor="Default" Font-Bold="True"                      Font-Names="Tahoma" Font-Size="10pt" ForeColor="White">                      <Padding Bottom="7px" Left="2px" Right="2px" Top="7px" />                  </Normal>              </CaptionStyle>              <CaptionButtonStyle>                  <Active BaseStyle="Normal">                      <BorderSettings>                          <Top Color="Gray" />                          <Left Color="Gray" />                      </BorderSettings>                  </Active>                  <Over BaseStyle="Normal">                      <BorderSettings>                          <Bottom Color="Gray" />                          <Right Color="Gray" />                      </BorderSettings>                  </Over>                  <Normal BorderColor="White" BorderStyle="Solid" BorderWidth="1px" Height="0px" Overflow="Hidden"                      OverflowX="Hidden" OverflowY="Hidden">                  </Normal>              </CaptionButtonStyle>              <CommandButtonDisabledStyle BackColor="Control" BorderColor="ControlDarkDark" BorderStyle="Solid"                  BorderWidth="1px" Font-Bold="False" Font-Italic="False" Font-Names="Tahoma" Font-Size="8pt"                 Font-Underline="False" ForeColor="Gray">              </CommandButtonDisabledStyle>          </WindowSettings>          <CommandButtons>              <ISWebDesktop:WebDialogBoxButton Name="btOK" Text="OK" Type="OK"   />              <ISWebDesktop:WebDialogBoxButton Name="btCancel" Text="Cancel" Type="Cancel" />          </CommandButtons>      </ISWebDesktop:WebDialogBox>

 

 

1 attachment
All times are GMT -5. The time now is 4:58 PM.
Previous Next