# 02.08.2013 2:53:32 -07:00
Hello.
I need add a column "Author" into standart File Attachment grid on Edit workItem Page
Can I customize a standart tfs control such as AttachmentsControl by inherit it in my own control like this:

CustomAttachmentsControl.inherit(WITCONTROLS.AttachmentsControl
{
_init: function() { ....}
})

Can someone provide some code?