From: Argiris K. <be...@us...> - 2006-01-06 04:04:13
|
Update of /cvsroot/magicajax/magicajax/Core/UI/Controls In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21657/Core/UI/Controls Modified Files: AjaxPanel.cs Log Message: Added automatic handling for the INPUT tags of type 'hidden' (those that are found inside an AjaxPanel, like FCKeditor's control) Index: AjaxPanel.cs =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/UI/Controls/AjaxPanel.cs,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** AjaxPanel.cs 5 Jan 2006 01:07:33 -0000 1.47 --- AjaxPanel.cs 6 Jan 2006 04:04:05 -0000 1.48 *************** *** 541,544 **** --- 541,545 ---- { case "text": + case "hidden": if (value != form[name]) AjaxCallHelper.WriteSetFieldScript (clientID, value); |