nathangray
|
3e9794e526
|
Etemplate: Do not bother to resize hidden etemplates
Fixes Admin > App > Site config gets resized incorrectly when switching to another app's tab & back
|
2020-07-22 15:51:42 -06:00 |
|
Ralf Becker
|
8e213a7de5
|
set id of DOM container, in case server-side returned a different eTemplate
|
2020-07-21 22:05:08 +02:00 |
|
nathangray
|
bd6b20bae8
|
Fix home cannot find its portlet templates
This reverts commit ff0cdf8143 .
|
2020-07-20 14:34:10 -06:00 |
|
nathangray
|
10846271f1
|
Close confirm improvements & fixes
- nextmatch is now always not dirty
- Logging the dirty widgets to console
- Fix searchbox did not fully doLoadingFinished()
|
2020-06-29 11:55:35 -06:00 |
|
nathangray
|
143be4dc98
|
Etemplate: Cancel buttons do not trigger the change/close prompt
|
2020-06-24 10:37:57 -06:00 |
|
nathangray
|
52714f0a63
|
Etemplate: Check dirty before closing, ask if there are changes
|
2020-06-19 13:27:41 -06:00 |
|
nathangray
|
aab5415873
|
* Etemplate: Password widget improvements - suggest password button, added as custom field type (stored encrypted)
|
2020-06-12 10:56:53 -06:00 |
|
Ralf Becker
|
ff0cdf8143
|
set id of DOMContainer, in case it changed because server-side send a different template
|
2020-06-04 17:04:32 +02:00 |
|
nathangray
|
ec6a3881e3
|
Still need to clear before loading or dialogs get doubled
|
2020-04-22 14:53:11 -06:00 |
|
nathangray
|
444babdbc8
|
Api: Take care of private app.js instances, make sure they're included in iteration.
Iterate over all app.js instances (public & private) using:
for (var app_obj of window.EgwApp) {...}
|
2020-04-21 15:36:17 -06:00 |
|
Hadi Nategh
|
0cc7ce12d0
|
merge master
|
2020-03-05 14:45:25 +01:00 |
|
nathangray
|
0f898acbb2
|
Fix action bugs where actions were not properly linking
|
2020-02-27 11:54:55 -07:00 |
|
nathangray
|
de426e1232
|
Some types & fixes
|
2020-02-25 09:05:32 -07:00 |
|
nathangray
|
49493a6af8
|
Convert etemplate2 to typescript
|
2020-02-24 15:16:40 -07:00 |
|