You are reading a single comment by @Mark_M and its replies. Click here to read the full conversation.
  • Hi Gordon, did you have a chance to add a callback after the item is rendered?
    Something like
    afterdraw : function(idx, item, rect)

    not sure if menu needs to be passed. In previous system there was a selected item stored in header item[0]. If something will be stored in item[0], the whole menu or just this item[0] should be passed as well.
    afterdraw : function(idx, item, rect, menu)

About

Avatar for Mark_M @Mark_M started