acumatica - Add ImageSet and Images for pages/grids -
in acumatica 5.1 possible add new imagesets , images buttons?
for example, in custom application i'm working on i'd create new image few of buttons show above grids.
the documentation/information references imagesets , imageid's w/in set there isn't reference on how create new ones (if possible)
thank you
i propose try following within declaration of button:
public pxaction<pmtask> syncpmtaskwithjira; [pxbutton(commitchanges = true, imageurl = "http://i.stack.imgur.com/uicp0.jpg?s=64&g=1", disabledimageurl = "https://www.gravatar.com/avatar/1d02905a73147ffff3eb0e953a609abd?s=328&d=identicon&r=pg", hoverimageurl = "http://i.stack.imgur.com/uicp0.jpg?s=64&g=1")] [pxuifield(displayname = "sync jira")] protected void syncpmtaskwithjira() {}
Comments
Post a Comment