Thank you for your answer, actually the editor is instantiated.
But I still have a problem with updating the textbox:
var ed = $(editor.target);
ed.textbox('setValue',colorService);
The error is:
TypeError: $.data(...) is undefined
var opts=$.data(this,"textbox").options; jquery.....min.js (ligne 6284, col. 4)