datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

InlineEdit icons for Save and Cancle buttons

Open Belcev opened this issue 2 years ago • 2 comments

is there a way to change text to icons for InlineEdit buttons?

image

something like $inlineEdit = $grid->addInlineEdit(); $inlineEdit->getCancleButton->setIcon('times'); $inlineEdit->getSaveButton->setIcon('save');

and if there is from which version?

Belcev avatar Mar 10 '22 11:03 Belcev

Do we want something like that @paveljanda?

f3l1x avatar Mar 11 '22 19:03 f3l1x

Hi, I also like to change text to icons in those buttons. But they are submit buttons which usually don't have icons (no easy way). I do it by changing value of those submit texts (ublaboo_datagrid.save and ublaboo_datagrid.cancel) to UTF-8 chars ✔ and ✕.

obrazek

I also modify datagrid template to add the original button caption as button title (mouse over text) and I change order of those buttons (I think Save button should be first in tab-order).

elring avatar Mar 11 '22 19:03 elring