nathangray
504c11b87f
Grid to TS
2020-01-22 10:13:10 -07:00
Ralf Becker
9fa82c7173
date-widgets and friends for TS
2020-01-22 17:59:10 +01:00
Hadi Nategh
e1c4613a4d
Convert et2_hbox to TS
2020-01-22 17:15:43 +01:00
Hadi Nategh
df9e708b55
Use destroy instead of free
2020-01-22 16:21:29 +01:00
Hadi Nategh
11b661c726
Fix missing options in et2_dialog
2020-01-22 16:08:46 +01:00
nathangray
202faf54ec
Use correct widget for attributes
2020-01-22 07:57:46 -07:00
nathangray
a845237b79
Replace missing widgit registration
2020-01-22 07:56:12 -07:00
Hadi Nategh
b4113f92d4
Fix error method generateAttributeSet does not exist
2020-01-22 11:50:58 +01:00
Hadi Nategh
1ef0353728
Fix et2_dialog TS errors
2020-01-22 11:46:45 +01:00
nathangray
da9072f769
Return types for some functions
2020-01-22 03:42:41 -07:00
nathangray
9e458c8968
arrayMgr to TypeScript
2020-01-22 03:42:08 -07:00
nathangray
e0c32a1899
arrayMgr to TypeScript
2020-01-22 03:40:55 -07:00
nathangray
3cd1bd134b
Fix copy/paste error in constructors
2020-01-22 02:23:43 -07:00
nathangray
5693ca42e8
Fix copy/paste error in constructors
2020-01-22 02:23:24 -07:00
nathangray
b1c094ca47
ts->js maps
2020-01-22 02:04:45 -07:00
nathangray
1ef562c1bd
Get et2 working in typescript
2020-01-22 01:58:43 -07:00
nathangray
e01ab12ee3
Not sure where this one went
2020-01-21 11:50:14 -07:00
nathangray
bdc0c16212
Merge branch 'typescript' of github.com:EGroupware/egroupware into typescript
2020-01-21 11:48:07 -07:00
nathangray
5c5d1dd39d
Getting etemplate2 sort of working
2020-01-21 11:45:21 -07:00
Hadi Nategh
b251396fba
Convert et2_dialog widget to TS
2020-01-21 19:23:26 +01:00
Ralf Becker
703b6a3cf8
tabbox widget
2020-01-21 17:51:59 +01:00
Ralf Becker
8e38bf8958
description widget without expose
2020-01-21 17:09:08 +01:00
Hadi Nategh
6758895ae2
Convert et2_video widget to TS
2020-01-21 16:14:45 +01:00
Ralf Becker
af6afdcffe
template widget with TS
2020-01-21 16:11:08 +01:00
Ralf Becker
5c6f73a26e
textbox and button widget
2020-01-21 15:54:37 +01:00
nathangray
487cebc56d
Pass individual parameters
2020-01-21 07:43:04 -07:00
nathangray
f7bdd798d4
TS for Box widget
2020-01-21 07:36:45 -07:00
nathangray
13313cae6c
Make labelContainer protected for subclasses
2020-01-21 07:19:39 -07:00
Ralf Becker
96a9ab7211
WIP on et2_widget_textbox
2020-01-21 15:12:45 +01:00
nathangray
9f4cd98787
Second run at TS for valueWidget, restoring what was lost
2020-01-21 07:06:34 -07:00
nathangray
29809e2395
First run at TS for valueWidget
2020-01-21 07:01:43 -07:00
nathangray
af1e62b178
Some return types
2020-01-21 06:55:07 -07:00
Ralf Becker
87270d97ed
inputWidget with TS
2020-01-21 14:18:15 +01:00
Ralf Becker
372d439087
some fixes for valueWidget
2020-01-21 12:48:48 +01:00
Ralf Becker
630797f127
baseWidget in TS
2020-01-21 12:22:41 +01:00
nathangray
a28dffd5cc
First run at TS for valueWidget
2020-01-21 04:15:46 -07:00
Ralf Becker
e8d6f41e05
get et2_DOMWidget to TypeScript
2020-01-21 11:47:49 +01:00
Ralf Becker
7141ac3fd6
move implements and instanceOf methods to inheritance
2020-01-21 10:36:02 +01:00
Ralf Becker
68f9d4c0cf
WIP with TypeScript
2020-01-21 10:12:39 +01:00
Ralf Becker
55ae9c1c7b
first try with TypeScript: timesheet app.js incl. new egw_app base-class
2020-01-15 08:47:33 +01:00
nathangray
3258121a15
Api: Fix some nextmatch bugs
...
- default columns were not properly used if there was no user preference found
- negated column preference caused problems with column order
- missing data for sorting if no column preference set yet
2020-01-07 14:37:22 -07:00
Hadi Nategh
f5ed503502
Attach relative icons with buttons used in col-selector dialog
2020-01-06 16:07:23 +01:00
Hadi Nategh
4619d55045
* File selector: implement Overwrite and Rename possibilities for saving an existing email message or attachment
2019-12-18 16:31:54 +01:00
Hadi Nategh
9902308540
* Html Editor: Add a custom paragraph into block formating in order to get paragraph lines with no line-height
2019-12-05 16:04:40 +01:00
nathangray
673327da1e
Revert "Api: Nextmatch - Do not generate DOM nodes for hidden columns"
...
This reverts commit 0f3a1660ff
.
2019-12-04 09:49:21 -07:00
Hadi Nategh
36913e0627
Fix htmlarea issue with prefs rte_toolbar values
2019-11-28 17:54:01 +01:00
nathangray
0f3a1660ff
Api: Nextmatch - Do not generate DOM nodes for hidden columns
2019-11-26 11:59:37 -07:00
Hadi Nategh
3c374f7803
Fix scrolling a sorting item breaks the sorting in colSelector dialog
2019-11-25 13:37:24 +01:00
Hadi Nategh
3714cbbdf2
Set a max-height to column-selector list
2019-11-20 12:37:58 +01:00
Ralf Becker
71baa8654c
fix wired CSP error after some 404 in html content
2019-11-14 15:19:58 +01:00