Error in return result from EditManger.applylink()?
Hi there,
Just wondering if there's an error in what the EditManager.applylink method is returning. If I select a text area with paragraphs (carriage returns) and use the applyLink method, it will spilt the text up and make several link elements, one inside each paragraph. Ie. if the user selects more than one line of text and formats it as a link the applylink method will spilt the text up in several link elements. The applyLink method will however only return the first of these link elements. I need to get hold of all the link elements made by the applyLinks method. Would it not make more sense to return an Array with all link elements created? Or even better, place all paragraps inside one linkElement, and return this?
