multi text editor support

hello guys
i know the textfield CCEditBox, but i want a multi text editor ,like UITextView in ios,
does cocos2d-x support it? if not, then how could i do?

Use hidden CCEditBox and custom display method, which uses line-breaking and draws background behind text.