editor.ui.addButton( 'ImageUpload',{
label: 'Upload Image',
command: 'popup_image_uploader',
icon: this.path + 'images/icon.png'
});
That's my current code right now. When you load the page, you only see the icon.
But if you go to the demo here, you'll see that "Source" is a text. I want to add the word "Upload Image" next to the icon.
<button>Button text</button>. Not sure about how to do that in CKEditor though. – Kyle Sevenoaks Dec 13 '11 at 8:24