[INFO] Is it possible to use only icons in ActionDialogue?
kolliLakshmaiah1219 opened this issue · 5 comments
Is it possible to use only icons in ActionDialogue?
@kolliLakshmaiah1219 there is a parameter of IconOnly ie. <ActionDialog IconOnly="true" ...
@mdmontesinos you added the enhancement for IconOnly in #4219 - can you please review this issue to determine if the component is working as expected or not?
how do i create stored procedures in oqtane ,can you provide any links for that
@sbwalker It seems that my commit (#4219) broke localization and you fixed it back in (3648f99). However, this broke the IconOnly implementation and I did not realize, as you set the _openText variable after it should have been cleared if IconOnly was true.
I just submitted a PR (#4593) that handles both the localization and IconOnly.