From: Dion O. <dol...@us...> - 2006-01-24 16:30:36
|
Update of /cvsroot/magicajax/magicajax/Core/UI/Controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19281/magicajax/Core/UI/Controls Modified Files: AjaxPanel.cs Removed Files: AjaxHtmlForm.cs Log Message: Several fixes to get the reflecting for scripts and stylesheets working --- AjaxHtmlForm.cs DELETED --- Index: AjaxPanel.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** AjaxPanel.cs 23 Jan 2006 08:33:07 -0000 1.52 --- AjaxPanel.cs 24 Jan 2006 16:30:27 -0000 1.53 *************** *** 34,1893 **** namespace MagicAjax.UI.Controls { ! /// <summary> ! /// Defines the AjaxCall connection types. ! /// </summary> ! public enum AjaxCallConnectionType ! { ! /// <summary> ! /// Client will not invoke an AjaxCall ! /// </summary> [...3324 lines suppressed...] ! litewriter.Write(value); ! } ! #endregion ! #region IScriptRenderingDisabler Members ! public bool DisableScriptRendering ! { ! get ! { ! return _disableScriptRendering; ! } ! } ! #endregion ! } ! #endregion ! } } \ No newline at end of file |