datagrid
datagrid copied to clipboard
InlineEdit icons for Save and Cancle buttons
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?
Do we want something like that @paveljanda?
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).