egroupware_official/phpgwapi/js/egw_action
Ralf Becker fb5ea143be - returning checked state of all checkboxes, not only select_all, in $content[nm][checkboxes]
- $content[nm][select_all] is now only reference to $content[nm][checkboxes][select_all]
- checkboxes need no default onExecute, therefore removed nm_select_all method
- improved documentation for action stuff in nextmatch widget
- added egwAction.getActionsByAttr(_attr, _val) method returning all actions with a given attribute and value
2011-04-27 07:49:46 +00:00
..
test passing new checkbox state to underlying menu implementation after action execution 2011-04-17 17:55:37 +00:00
egw_action_common.js resolved issues with for-in loop and ie 2011-04-23 09:07:31 +00:00
egw_action_dragdrop.js resolved issues with for-in loop and ie 2011-04-23 09:07:31 +00:00
egw_action_popup.js resolved issues with for-in loop and ie 2011-04-23 09:07:31 +00:00
egw_action.js - returning checked state of all checkboxes, not only select_all, in $content[nm][checkboxes] 2011-04-27 07:49:46 +00:00
egw_grid_columns.js resolved issues with for-in loop and ie 2011-04-23 09:07:31 +00:00
egw_grid_data.js Fixed serious bug in egw_grid_data.js/egw_grid_common.js which caused prefetching not to work - instead a request was sent for each element. Added possibility to specify an array ids instead of a count for creating a range of egw_grid data elements (see comment for the egwGridDataElement.loadData, fixed bug which caused the 'queued' image to be removed immediately after it was shown. 2011-04-14 20:44:29 +00:00
egw_grid_view.js (Hopefully) fixed a few bugs in the grid: Fixed problem with eventQueue, fixed problem in egwGridViewContainer.getHeight() which caused sorting to break the grid, fixed bug with grid not being generated correctly when being generated in an invisible container. 2011-04-07 19:29:07 +00:00
egw_grid.js resolved issues with for-in loop and ie 2011-04-23 09:07:31 +00:00
egw_menu_dhtmlx.js fixed problem with last commit 2011-04-17 17:51:50 +00:00
egw_menu.js resolved issues with for-in loop and ie 2011-04-23 09:07:31 +00:00
egw_stylesheet.js Small design improvements, fixed horz. scrollbar in grid with chrome, ie compatibility, enabled column selection, fixed prefetch code 2011-03-16 17:50:25 +00:00