From: Argiris K. <be...@us...> - 2005-12-09 01:24:13
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28382/Docs Modified Files: Changelog.html Limitations.html Log Message: Fixed a bug of 'ReflectUpdatedFormValues' when handling <input> tags. Disabled clientside validation for storing page modes as well. Updated 'ChangeLog' and 'Limitation' docs. Index: Limitations.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Limitations.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Limitations.html 27 Nov 2005 17:30:01 -0000 1.1 --- Limitations.html 9 Dec 2005 01:24:00 -0000 1.2 *************** *** 56,60 **** <p class="MainHeader" align="left">MagicAjax Limitations</p> <p class="MainContent"> ! These are the currently known limitations of MagicAjax v0.2.:</p> <p class="MainContent"> <UL> --- 56,60 ---- <p class="MainHeader" align="left">MagicAjax Limitations</p> <p class="MainContent"> ! These are the currently known limitations of MagicAjax :</p> <p class="MainContent"> <UL> *************** *** 62,65 **** --- 62,68 ---- Only IE and Firefox browsers are supported. MagicAjax will be disabled for other browsers and the page will work with plain PostBacks + <LI> + Clientside validation is not handled properly; It is disabled + for validators inside an AjaxPanel <li> For the <a href="Configuration.html#mode">NoStore PageStore mode</a>, if the Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Changelog.html 5 Dec 2005 18:40:50 -0000 1.5 --- Changelog.html 9 Dec 2005 01:24:00 -0000 1.6 *************** *** 58,61 **** --- 58,64 ---- <ul> <li> + Now AjaxPanel takes into account the changes made to form elements by the user + and updates their values when necessary + <LI> Added 'WriteFormat' and 'WriteLine' methods at AjaxCallHelper.cs <LI> *************** *** 72,77 **** of an AjaxCall <LI> ! All clientside validators inside AjaxPanels are disabled (for NoStore mode ! only); This solves clientside validation script errors. <li> Fix for the clientside WaitElement. Now works for IE5.5, IE6 and FireFox. --- 75,80 ---- of an AjaxCall <LI> ! All clientside validators inside AjaxPanels are disabled; This solves ! clientside validation script errors. <li> Fix for the clientside WaitElement. Now works for IE5.5, IE6 and FireFox. |