egroupware/api/src/Etemplate
Ralf Becker 181747d006 Fix not working textbox validators containing backslashes
PHP xml parser reads backslashes literal from attributes, 
while JavaScript ones need them escaped (eg. like PHP strings)
-> replace \\ with \ to get following XML working: validator="/^\\d+$"
2018-03-10 17:57:12 +01:00
..
Request never storing rows in Etemplate\Request and by that keeping apps from storing it as state into the session 2017-04-04 15:04:44 +02:00
Widget Fix not working textbox validators containing backslashes 2018-03-10 17:57:12 +01:00
KeyManager.php using new api for mail app 2016-05-03 19:17:44 +00:00
Request.php do NOT store actions in session or eT2 request, nor send for mobile devices skiped actions 2017-04-04 16:54:36 +02:00
Widget.php Move tests into app/tests subdirectory (not app/inc/test or app/test) 2017-10-18 18:30:54 +02:00
WidgetBrowser.php jQuery libraries updates via composer 2016-06-06 17:38:20 +02:00