Ralf Becker
|
554789e9ff
|
2 new message types "help" and "info" and displaying now all message types but "success" until next message or user explicitly closes them
|
2014-04-02 19:02:49 +00:00 |
|
Ralf Becker
|
e5aa97e2a0
|
fix IDE warnings
|
2014-02-25 16:03:12 +00:00 |
|
Ralf Becker
|
308dfdadc7
|
allow to already use egw.refresh() instead of egw_refresh() and added todo to move code
|
2014-02-25 09:46:05 +00:00 |
|
Nathan Gray
|
bad65780bc
|
Register a JSON handler to show error responses as error message instead of losing them.
|
2014-02-13 18:47:19 +00:00 |
|
Ralf Becker
|
195c63a9d3
|
fixed "undefined is not a function" error originating from egw_message, because jQuery not loaded, when egw_message get initialised
|
2014-02-10 16:10:01 +00:00 |
|
Ralf Becker
|
9bfc082843
|
fix not opening infolog popup
|
2014-02-10 11:49:27 +00:00 |
|
Ralf Becker
|
061a1a07f2
|
fixed popup detection to deal with main EGw window opened with an opener from a different security context, also made is_popup() a global egw method
|
2014-02-10 11:21:58 +00:00 |
|
Ralf Becker
|
d90faa7dcc
|
fixed app-header show in wrong tab, caused by framework object being created AFTER egw
|
2014-02-07 09:11:30 +00:00 |
|
Ralf Becker
|
b13a7eefb8
|
calling egw.message() without or with empty argument clears message, installed click handler to hide message and also check for translation of "error" to determine unspecified type
|
2014-02-06 17:24:40 +00:00 |
|
Ralf Becker
|
6a8802fc35
|
move egw_(message|app_header) from jsapi.js to egw_message.js available as egw(window).message(_msg, _type) and make it usable in popups too
|
2014-02-06 15:42:33 +00:00 |
|