action: function (evt, ui) { var Pic = this.Pic() Pic.remove( Pic.getId( ui.ele ) )}
{ name: 'Delete row', icon: 'ui-icon ui-icon-trash', action: function (evt, ui) { this.deleteRow({ rowIndx: ui.rowIndx }) }},