Commit Graph

1582 Commits

Author SHA1 Message Date
eac76facda Check for content options first 2013-02-06 17:08:12 +00:00
99eea070bb allow to resize all columns (no need to leave out the last one) and use pageX instead of clientX to take into account an optional scrollbar, if grid is to wide 2013-02-06 16:32:18 +00:00
4713387be1 Add support for app.class.method links in description 2013-02-06 15:05:31 +00:00
ebd061ea96 Fix for a rare case when selectbox with row in ID and options with label+title didn't work 2013-02-06 13:49:40 +00:00
616e94a7b4 Add the ability to specify the client-side data cache prefix, to avoid collisions in applications where there can be more than one type of data 2013-02-06 10:49:46 +00:00
de2c9756f1 Avoid an additional javascript error in case of 404 2013-02-06 10:47:31 +00:00
6295f1a833 Link entry:
- Split application parameter into two, one for just one app, one for an app list
- Also return the contents of the search box in value (if not limited to just one app)
2013-02-06 08:06:11 +00:00
577c7acb6b Legacy options:
- Allow one content variable to contain multiple (all) legacy options
- If there are more options provided than legacy options expected, put the rest into the last legacy option
2013-02-06 08:03:13 +00:00
3da0cb09ac Implement legacy way of using a negative size to set a textbox readonly, but still getting an input widget instead of just text 2013-02-05 14:42:23 +00:00
0828e3db75 Some documentation 2013-02-05 14:40:37 +00:00
50c8dd1c07 handle multiple comma-separated category-ids in class attribute of row and do not match numbers inside class-names 2013-02-05 14:15:46 +00:00
bbfcb19ab8 Fix so namespaces work even without content data 2013-02-05 12:55:01 +00:00
a204c7fb4b do NOT generate links for phone-numbers, if no phone integration configured 2013-02-05 12:50:20 +00:00
2940e57b11 no need to generate a link, if there is no content in it, instead of displaying "-missing-" 2013-02-05 12:32:57 +00:00
9330414ebc do NOT generate links for phone-numbers, if no phone integration configured 2013-02-05 12:31:57 +00:00
dc5fabfcb4 Keep type of value as Object, fixes missing nextmatch data 2013-02-05 09:53:06 +00:00
417b22e071 Make sure there's an action_var, use 'action' if not set 2013-02-05 09:34:54 +00:00
a9a5290001 fix for not working egw_open action 2013-02-05 09:14:14 +00:00
1312a397f1 only call replace on _value of type string, otherwise (eg. null) gives exception 2013-02-05 08:55:09 +00:00
8a1386ecdb Fix grid auto-repeat. It's always the last row that repeats, if there's data 2013-02-05 08:31:08 +00:00
841d3b67bd If chosen is loaded, trigger update of contents. 2012-12-31 20:22:59 +00:00
8c74ba7383 Use jQuery to decode all entities in caption for confirm prompt 2012-10-15 18:40:11 +00:00
ac98f4f06a itempicker update 2012-09-29 10:23:03 +00:00
3ef3e7d9e0 itempicker "action" option which will be executed on click 2012-08-25 12:58:28 +00:00
b420649145 new attribute: label for action button 2012-08-02 20:53:37 +00:00
0fb3008dc8 removed unnecessary attributes from widget 2012-08-02 20:46:52 +00:00
9a8069a9b5 activating blur attribute for widget 2012-08-02 20:39:39 +00:00
e3e801ff40 fix call with empty xml and use own item search ajax method (which still uses the egw_link class) 2012-08-02 20:07:58 +00:00
5fc8650ef5 et2_widget_itempicker: added action button and cleaned up layout 2012-07-28 11:56:06 +00:00
d65066341b Fix some more attribute issues, silenceing some attribute warnings 2012-07-25 22:37:56 +00:00
346bfe1dcf Fix typo breaking history with select-options 2012-07-25 21:12:04 +00:00
599008754d Accept status labels in different ID, only pass needed attributes to dataview to avoid warnings 2012-07-25 20:56:05 +00:00
46421450f2 Ignore required, not applicable to read only link widget 2012-07-25 20:54:47 +00:00
a6cd169d47 Be more accepting of row categories - can be in ID cat, cat_id or category. cat_id is preferred, as it matches the nm filter 2012-07-25 20:53:42 +00:00
00805a6d21 Handle possibility that custom field filter is already an array 2012-07-24 22:57:27 +00:00
a6371947bb Get linked image from array working 2012-07-24 21:16:44 +00:00
276a2516cf Implement et2_IDetachedDOM for url widget 2012-07-24 19:59:55 +00:00
60c350b55e Get private custom fields working 2012-07-24 16:37:24 +00:00
fa69637b82 Silence some warnings, mostly about attributes 2012-07-23 23:54:16 +00:00
0fa5e2ee49 Make sure there's a template name before requesting it from server 2012-07-23 23:51:47 +00:00
e6ac48db13 Do not open an array perspective if the entry is null 2012-07-23 22:05:54 +00:00
e5c508a609 Move align interface with the rest 2012-07-23 18:01:04 +00:00
b5b98f9a8b Tables in the main part of hbox need to be inline, or the block display ruins layout. Maybe a better way for this though 2012-07-23 18:00:31 +00:00
6c53a6f067 Set value type to integer, removes warning about string & fixes missing file size 2012-07-23 17:59:09 +00:00
7e17ba49c0 Improve error message to include expected format 2012-07-23 17:58:04 +00:00
5668a6d9db et2_widget_itempicker select and multiselect functionality 2012-07-22 18:37:17 +00:00
e5b1cdcb70 next step for et2_widget_itempicker (rudimentary display of search results) 2012-07-21 10:50:04 +00:00
5b0a009e5f Send back current nm filters in submit 2012-07-16 20:48:50 +00:00
4454d4b2e3 Tabs check parent (usually a row) for height setting, and apply it to tabs 2012-07-16 15:17:23 +00:00
b3a4ad5240 very first attempt for et2_widget_itempicker implementation 2012-07-14 15:38:02 +00:00