• isLocked vs isEditMode

    Hi, In my application, by javascript, I need to know if my opened ItemType is in "Edit" mode or not to enable or disable some html widgets. In ARAS 11, I used document.thisItem.isLocked() to know that. In ARAS 12, with the same code, the behavior…