$nodeid.find('> span > a._jsonform-array-addmore')
        .toggleClass('disabled', boundaries.maxItems >= 0 && node.children.length >= boundaries.maxItems);