Commit Graph

1551 Commits

Author SHA1 Message Date
28a4c7c3c1 Implement set_Value() for labels 2013-02-13 09:04:17 +00:00
1f86de58c8 Get message update working 2013-02-13 09:03:28 +00:00
f2fc558e19 - Add static methods to get into etemplate2 widget context from outside. Call etemplate2.getByApplication(app) or etemplate2.getByTemplate(name) for a list of etemplate2 objects
- Add register_app_refresh() function to allow applications to specify a more intelligent way to refresh them
- Change egw_refresh() to call registered refresh function, or if etemplate2 is available try that over reloading the whole page
2013-02-12 15:46:14 +00:00
9181d6c526 Only do fancy parsing for category tree 2013-02-11 15:16:23 +00:00
2588cf2642 Fix missing destroy() in color picker widget 2013-02-11 09:55:41 +00:00
834e57f9a7 Change attribute name to match what we're used to 2013-02-11 08:13:29 +00:00
7855944a3a Add quick viewer for et2 widgets 2013-02-11 08:10:25 +00:00
98ad9dcd15 Add legacy option data format to silence a warning, though not needed client side 2013-02-11 08:08:28 +00:00
b802aa64a8 Override et2_container.destroy() to not try to remove itself from the parent, it does not have a parent 2013-02-08 13:25:56 +00:00
763279562c fixed event handling in tree, added tree specific onSelect and onCheck events, implemented !multiple mode and fixed dhtmlxtree to not trigger onSelect if selection is change via set_value (according to their documentation) 2013-02-08 13:23:58 +00:00
13816aae70 Better check on global_data type before using it - null too 2013-02-08 12:26:41 +00:00
834832b87e Better check on global_data type before using it 2013-02-08 12:22:19 +00:00
b42e913478 Add a new date sub-widget, date-time_today that displays the time if value is today, the date if the value is not today 2013-02-08 11:10:45 +00:00
aa07a243c1 Fix widget not allowed / DOM error in nextmatch-accountfilter 2013-02-08 10:38:09 +00:00
2809b52d4d Downgrade no data error to a log, enhance message to include most likely cause 2013-02-08 08:32:17 +00:00
a178fd1cec Stop caring about multiple for readonly, display all values provided 2013-02-07 16:05:32 +00:00
3fdce9467a Finish splitting only_app out of application list 2013-02-07 16:01:41 +00:00
ca3536bf25 If no column display settings from app or preferences, display all columns 2013-02-07 15:46:36 +00:00
e094b35394 Get nextmatch_customfilter working 2013-02-07 14:36:19 +00:00
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