チェンジセット 1619 (default)


以下の違いを無視:
日時:
2023/09/20 2:33:30 (13ヵ月前)
更新者:
hizuya@…
ログメッセージ:
  • UpdatePanel と ScriptManager をラップ。
場所:
framework/trunk
ファイル:
5個の追加
3個の更新

凡例:

未変更
追加
削除
  • framework/trunk/WebApplication/Web.config

    r1616 r1619  
    767767        <add 
    768768          tagPrefix="sff" 
     769          namespace="FCSoft.SilverFrost.Framework.Web.UI" 
     770          assembly="FCSoft.SilverFrost.Framework.Web" 
     771        /> 
     772        <add 
     773          tagPrefix="sff" 
    769774          namespace="FCSoft.SilverFrost.Framework.Web.UI.WebControls" 
    770775          assembly="FCSoft.SilverFrost.Framework.Web" 
  • framework/trunk/WebApplication/WebApplication.csproj

    r1616 r1619  
    6565    <Content Include="UI\CulturePage.aspx" /> 
    6666    <Content Include="UI\Database\SqlErrorPage.aspx" /> 
     67    <Content Include="UI\UpdatePanelPage.aspx" /> 
    6768    <Content Include="UI\WebControls\ControlPropertyLinkageConnectorPage.aspx" /> 
    6869    <Content Include="UI\WebControls\FormViewBindUserControl1.ascx" /> 
     
    224225    <Compile Include="UI\Title\LocalResourcePage.aspx.designer.cs"> 
    225226      <DependentUpon>LocalResourcePage.aspx</DependentUpon> 
     227    </Compile> 
     228    <Compile Include="UI\UpdatePanelPage.aspx.cs"> 
     229      <DependentUpon>UpdatePanelPage.aspx</DependentUpon> 
     230      <SubType>ASPXCodeBehind</SubType> 
     231    </Compile> 
     232    <Compile Include="UI\UpdatePanelPage.aspx.designer.cs"> 
     233      <DependentUpon>UpdatePanelPage.aspx</DependentUpon> 
    226234    </Compile> 
    227235    <Compile Include="UI\WebControls\AutocompleteTextBoxPage.aspx.cs"> 
  • framework/trunk/WebLibrary/WebLibrary.csproj

    r1616 r1619  
    3939    <Reference Include="System.Web" /> 
    4040    <Reference Include="System.Web.ApplicationServices" /> 
     41    <Reference Include="System.Web.Extensions" /> 
    4142    <Reference Include="System.Web.Services" /> 
    4243    <Reference Include="System.Xml" /> 
     
    132133      <SubType>ASPXCodeBehind</SubType> 
    133134    </Compile> 
     135    <Compile Include="Sources\UI\ScriptManager.cs" /> 
    134136    <Compile Include="Sources\UI\StyleUtility.cs" /> 
    135137    <Compile Include="Sources\UI\Theme.cs"> 
     
    139141      <SubType>Code</SubType> 
    140142    </Compile> 
     143    <Compile Include="Sources\UI\UpdatePanel.cs" /> 
    141144    <Compile Include="Sources\UI\WebControls\AutocompleteValueMode.cs" /> 
    142145    <Compile Include="Sources\UI\WebControls\AutocompleteTextBox.cs" /> 
詳しい使い方は TracChangeset を参照してください。