Comment 8 for bug 1203792

Revision history for this message
Simon Mai (simonmai) wrote :

Hi Mike,
I used CreateMARCTextbox for the tag field for this reason: Be able to remove the row (006/007 fields)
    To delete a row, we need to be able to click (select the tag field of that row), right click, and press Remove Row in drop-down menu as the way we're using to remove any data fields. If I still use createLabel for this tag, do I have any other ways to remove this row?

About indicator fields, you're right. I should keep the createLabel for them, since those indicators don't exist for control fields.
I will change the code a little bit. Thanks for your suggestion.