Commit Graph

20 Commits

Author SHA1 Message Date
colymba 0eab8d9659 Bulk editing is now separated from main logic
Created separate handler and js
2013-12-05 17:48:01 +02:00
colymba f54f0ce223 FIX Refactor JS bulk action handling
JS bulk action handling now works for any custom action
2013-12-01 18:51:30 +02:00
colymba d01b27c589 API bulk action front-end data are configurable
Bulk action front-end behaviour and style can now be configured via
array( 'isAjax' => true, 'icon' => 'accept', 'isDestructive' => false )
passed to addBulkAction()
2013-12-01 13:31:35 +02:00
colymba 2ee566a99e API bulk manager actions are now editable
Bulk actions can now be added/removed via component's addBulkAction()
and removeBulkAction()
2013-11-30 19:30:32 +02:00
colymba d6ea450ffc FIX #31 upload/edit forms false submit
prevent individual forms to be submitted and returning errors
2013-05-19 19:55:59 +03:00
colymba b46196760b clean up 2013-04-29 19:03:32 +03:00
colymba 5d0b844592 Switch to HTML Classes for Select+Btn
Fixes several issues with multiple GridFields on a page with actions
being applied accross all GridFields
2013-04-29 19:01:32 +03:00
colymba a8e2b2034e doBulkActionButton only affect its own GridField 2013-04-29 18:37:48 +03:00
colymba e4f954583e Select All only select in its own GridField 2013-04-29 18:33:47 +03:00
colymba 17d52697b1 FIX Edit Ajax URL 2013-04-16 23:58:06 +03:00
colymba 2bfd2a8309 Removed save+finish btn 2013-03-04 11:50:41 +02:00
Steffen Maaß 71790c52c1 FIX: The cachebuster now only includes a questionmark, if there is none in the current url... 2013-02-02 13:15:09 +01:00
colymba 0f6ae01bb5 Refresh GridField after unlink/delete 2012-09-06 18:36:07 +03:00
colymba ad919af544 Add select option 2012-09-05 21:36:05 +03:00
colymba 2ba88c2108 Prettier hack for avoiding edit navigation 2012-09-05 21:14:44 +03:00
colymba fd4f046ad5 updated fields can now be saved
changes made in bulk editing are now saved: db fields + relations.
Fixing some DOM elements IDs and URLs
2012-08-26 23:59:25 +03:00
colymba 92d269bac3 Basic operations for bulk editing in place
Create Request_handler edit function returning the form, and JS
manipulation of the UI buttons etc..
2012-08-16 23:29:35 +03:00
colymba 0d1f0af03a API: created ReqHdlr structure and delete routine
Request_Hanlder created with JS btn call and delete routine
2012-08-12 17:48:34 +03:00
colymba e4df616474 action button interactive styling
change action button style and icon depending on selected action
2012-08-11 16:21:53 +03:00
colymba d42fa2f4e3 API: creating GridFieldBulkManager basic elements
Create component's files and initial UI styles and behaviours
2012-08-11 01:19:13 +03:00