Update of /cvsroot/magicajax/magicajax/Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21657/Core
Modified Files:
Util.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: Util.cs
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/Util.cs,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Util.cs 22 Dec 2005 23:06:51 -0000 1.19
--- Util.cs 6 Jan 2006 04:04:05 -0000 1.20
***************
*** 166,169 ****
--- 166,170 ----
{
case "text":
+ case "hidden":
if (attrNameValues.ContainsKey("value"))
{
|