You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ✕.
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).
is there a way to change text to icons for InlineEdit buttons?
something like
$inlineEdit = $grid->addInlineEdit();
$inlineEdit->getCancleButton->setIcon('times');
$inlineEdit->getSaveButton->setIcon('save');
and if there is from which version?
The text was updated successfully, but these errors were encountered: