How to set script label on documents in the UI
The Script Label window allows you to set an arbitrary label value to more or less any page object, a label which will subsequently be available in scripting.
According to the DOM, documents and book files (of type BookContent) also have the `label` property, but unlike page objects, documents and book files cannot – as far as I can tell – be ‘selected’ in a way that makes the Script Label field editable, so I cannot figure out a way to set the label on them from the UI – that is, without scripting.
Is there a way to do this?
