Hi Savas, That's certainly possible. This rule in ERModernLook should be the one to modify:
20 : (look = 'ERModernLook' and propertyKey = 'deleteAction') => componentName = "ERMDDeleteButton" [com.webobjects.directtoweb.Assignment]:Default modern button component names There's also ERMDRemoveRelatedButton, which is used in ERMODEditRelationshipPage: 20 : (look = 'ERModernLook' and propertyKey = 'removeRelatedAction') => componentName = "ERMDRemoveRelatedButton" [com.webobjects.directtoweb.Assignment]:Default modern button component names Fabian > Am 22.08.2018 um 08:18 schrieb Savas Celik <[email protected]>: > > Hello, > > how can I replace the delete button with a custom made button in a list task? > or is this even possible? > > Thanks in advance. > Savas > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/lists.fabian%40e-lumo.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
