Reconfigure for GIT
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
<%@ Register TagPrefix="dxe" Namespace="DevExpress.Web" Assembly="DevExpress.Web.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
||||
<dxe:ASPxComboBox runat="server" SpriteCssFilePath="~/App_Themes/Aqua/{0}/sprite.css" CssFilePath="~/App_Themes/Aqua/{0}/styles.css"
|
||||
CssPostfix="Aqua" LoadingPanelImagePosition="Top" ShowShadow="False">
|
||||
<DropDownButton>
|
||||
<Image>
|
||||
<SpriteProperties HottrackedCssClass="dxEditors_edtDropDownHover_Aqua" PressedCssClass="dxEditors_edtDropDownPressed_Aqua" />
|
||||
</Image>
|
||||
</DropDownButton>
|
||||
<ValidationSettings>
|
||||
<ErrorFrameStyle ImageSpacing="4px">
|
||||
<ErrorTextPaddings PaddingLeft="4px"></ErrorTextPaddings>
|
||||
</ErrorFrameStyle>
|
||||
</ValidationSettings>
|
||||
<LoadingPanelImage Url="~/App_Themes/Aqua/Editors/Loading.gif"></LoadingPanelImage>
|
||||
</dxe:ASPxComboBox>
|
||||
Reference in New Issue
Block a user