Ralf Becker
395f4a804d
added progress-widget
2011-09-09 12:39:27 +00:00
Ralf Becker
e4b8dfd9f5
working progress widget, thought infolog uses a button with an image, which is a progressbar ...
2011-09-09 12:17:16 +00:00
Andreas Stöckel
3ec9de5a30
Removed silver nextmatch background color introduced for debug purposes
2011-09-09 11:44:44 +00:00
Andreas Stöckel
58bc3367df
Implemented server-side callback function
2011-09-09 11:29:07 +00:00
Andreas Stöckel
45d02dfeb9
Fixed dataview dependencies and got nextmatch-widget load in timesheet.index
2011-09-09 09:57:59 +00:00
Andreas Stöckel
65a90eabb8
Defaulting 'null' entries in the content-arrays to {}
2011-09-09 09:28:48 +00:00
Ralf Becker
efca5500d9
first try of a progress widget, not yet working :-(
2011-09-09 08:29:31 +00:00
Ralf Becker
bef3880b48
fixed wrong name
2011-09-09 08:28:40 +00:00
Nathan Gray
89991ffb60
Link widget with async file upload + linking
2011-09-09 00:05:46 +00:00
Nathan Gray
312fcf2e0b
- Change remove file handler to only remove if you click the x, not the whole entry
...
- Add hooks for js functions when upload starts and finishes
2011-09-09 00:05:18 +00:00
Ralf Becker
ea03c4032b
implemented link attributes for image-widget and added them to xulio, some docu for describtion
2011-09-08 20:44:53 +00:00
Nathan Gray
e7af7de431
Pass etemplate_exec_id in POST instead of GET to avoid potential issues with long ids
2011-09-08 20:33:46 +00:00
Andreas Stöckel
57dc999881
Activating et2_IDetachedDOM implementation of et2_image widget as image and progressbar are now to seperate widgets
2011-09-08 19:36:48 +00:00
Andreas Stöckel
115d677113
Fixed real problem with building new templates failing after nextmatch widget has been used
2011-09-08 19:18:01 +00:00
Andreas Stöckel
ea346ce19c
Fixed problem with building new templates failing after nextmatch-widget has been used
2011-09-08 18:53:08 +00:00
Andreas Stöckel
37dc6545cc
Fixed bug which caused row content to disappear after a while
2011-09-08 18:42:18 +00:00
Andreas Stöckel
87c0db7be1
Fixed correct expanding of names and implemented the dataProvider class
2011-09-08 18:36:09 +00:00
Nathan Gray
e151398d94
Add read-only implementation of date-duration
2011-09-08 17:11:49 +00:00
Ralf Becker
008f009d80
- implemented new egw.link_app_list(_must_support) and egw.link_get_registry(_app, _name) methodes
...
- using egw.link_app_list('query') in link widget (no need to transfer it additonally)
- added some more docu to egw object
2011-09-08 12:24:53 +00:00
Nathan Gray
d9f321a413
Start of a link-to widget using jQuery-UI's autocomplete
2011-09-07 23:32:24 +00:00
Andreas Stöckel
b1223cb426
Expressions in the dataview-rows are now evaluated correctly
2011-09-07 16:59:23 +00:00
Andreas Stöckel
89304fca0c
Fixed problem with whitespace being skipped
2011-09-07 16:35:34 +00:00
Andreas Stöckel
efc173cd2c
Fixed problem with escaping and added a few test cases to the PHP->JS compiler
2011-09-07 16:31:32 +00:00
Andreas Stöckel
db074aa39c
Added code which compiles PHP string expressions (like {[test]} ) into JavaScript functions.
2011-09-07 16:11:13 +00:00
Nathan Gray
b2e032245a
- Nicer UI for status
...
- Implement server side callback function when file is uploaded
- Send needed file info back to client instead of storing in session
2011-09-06 19:55:52 +00:00
Nathan Gray
02c414129a
Check for name expansion
2011-09-06 19:53:14 +00:00
Andreas Stöckel
8d5b990826
Implemented system for fast cloning of rows in the dataview - widgets which want to support this method have to implement et2_IDetachedDOM
2011-09-06 16:50:38 +00:00
Ralf Becker
0947430796
missing encoding of id
2011-09-06 06:23:12 +00:00
Andreas Stöckel
d037187234
Added code for creating widget-rows in the dataview
2011-09-05 14:35:28 +00:00
Andreas Stöckel
a13dfef19e
Fixed code for auto-reducing the grid rows, removed debug messages
2011-09-05 09:13:58 +00:00
Andreas Stöckel
b99c338511
Fixed IE compatibility
2011-09-02 16:23:26 +00:00
Andreas Stöckel
7457315ea4
Fixed problem with calculated values diverging from actual height values
2011-09-02 16:15:57 +00:00
Nathan Gray
8875c94c24
Async file uploads
2011-09-01 22:07:30 +00:00
Andreas Stöckel
0607a2c9a8
Fixed problem with column widths not being calculated/displayed correctly
2011-09-01 10:02:23 +00:00
Nathan Gray
990e1701f5
Work in progress on file upload
2011-08-31 23:37:30 +00:00
Nathan Gray
e8467d6679
Handling of 12 hour time in read-only timeonly
2011-08-31 20:32:24 +00:00
Nathan Gray
8daa7d0021
Get date+time & time working using HTML5 type=time if available, fallback to 2 selectboxes if not
2011-08-31 19:58:38 +00:00
Nathan Gray
c953c58b17
Remove warning, not needed
2011-08-31 19:48:07 +00:00
Andreas Stöckel
54cf0cbf26
Selectbox widget now doesn't use actual widgets for the transmitted options - for lists like the country selection, this created a huge slowdown while page creation.
2011-08-31 16:58:44 +00:00
Nathan Gray
0dea78ab2e
- Pull application name from template ID for image
...
- Use label as tooltip
- Apply CSS classes to image
2011-08-31 16:00:45 +00:00
Andreas Stöckel
c5c90fbce0
Removed debug messages and made it work with ff
2011-08-31 15:58:24 +00:00
Andreas Stöckel
035a4d369f
First version of the dataview which does... well... 'something' at least (currently shows dummy rows with non-etemplate content) Need to cleanup code and test auto hiding of rows (code is actually there)
2011-08-31 15:39:24 +00:00
Ralf Becker
17d066a724
using egw.user(_field) to get account_id and phone-number, plus fixing precedence of "tel:" for iOS/Android
2011-08-31 12:18:38 +00:00
Ralf Becker
499726cb23
using egw.image(), thought there are some problems:
...
- src attribute get never translated: fixed
- label is in etemplate not the alt attribute, it is a title / tooltip (probably ok as alt too)
- egw.image should be called with appname part of template
- if image is not found, etemplate should render an empty widget, not a broken one
2011-08-31 06:29:51 +00:00
Nathan Gray
114debd00f
Include the handler code that caused the error
2011-08-31 00:09:55 +00:00
Nathan Gray
7b7397e92d
Fix missing popup button
2011-08-31 00:08:59 +00:00
Nathan Gray
86a356314b
Fix missing onclick
2011-08-31 00:03:50 +00:00
Nathan Gray
131a032da6
Fix regexp - no match() function, switched to test()
2011-08-30 21:36:55 +00:00
Nathan Gray
8a632c723a
- Add image widget
...
- Add missing dependency on et2_core_common
2011-08-30 20:56:01 +00:00
Nathan Gray
4fc8cadcb2
Code cleanup - remove debug, late date class handle date-houronly
2011-08-30 20:52:10 +00:00